Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Debt] Bump mock auth for rotating refresh tokens #10565

Merged
merged 7 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion apps/playwright/tests/admin/process-permissions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ test.describe("Process permissions", () => {
let associatedSub;
let unassociatedSub;
let poolName;

let pool: Pool;

test.beforeAll(async ({ adminPage }) => {
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ services:
#
mock-auth:
# See: https://github.com/navikt/mock-oauth2-server#standalone-server
image: ghcr.io/navikt/mock-oauth2-server:2.1.1
image: ghcr.io/navikt/mock-oauth2-server:2.1.5
volumes:
- ./infrastructure/conf:/app/conf
# Container shuts down with exit code 143 instead of the standard "0", so
Expand Down
1 change: 1 addition & 0 deletions infrastructure/conf/mock-oauth2-server.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"interactiveLogin": true,
"rotateRefreshToken": true,
"tokenCallbacks": [
{
"issuerId": "oxauth",
Expand Down
Loading