Skip to content

Commit

Permalink
Merge branch 'main' of github.com:navikt/sif-brukerdialog into server…
Browse files Browse the repository at this point in the history
…-oms-arbeidstaker
  • Loading branch information
frodehansen2 committed Sep 30, 2024
2 parents 91ff731 + 4172f35 commit fd0f3e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/omsorgsdager-kalkulator/nais/dev-gcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"NEXT_PUBLIC_DEKORATOR_ENV": "dev",
"NEXT_PUBLIC_ENVIRONMENT": "dev",
"NPM_CONFIG_CACHE": "/tmp"
}
},
"skipAutologin": true
}
3 changes: 2 additions & 1 deletion apps/omsorgsdager-kalkulator/nais/prod-gcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"NEXT_PUBLIC_DEKORATOR_ENV": "prod",
"NEXT_PUBLIC_ENVIRONMENT": "prod",
"NPM_CONFIG_CACHE": "/tmp"
}
},
"skipAutologin": true
}
3 changes: 3 additions & 0 deletions nais-config/nais.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,15 @@ spec:
value: {{GITHUB_REF_NAME}}
- name: NEXT_PUBLIC_GITHUB_REF_NAME
value: {{GITHUB_REF_NAME}}

tokenx:
enabled: true
idporten:
enabled: true
sidecar:
{{#unless skipAutologin}}
autoLogin: true
{{/unless}}
autoLoginIgnorePaths:
- {{env.PUBLIC_PATH}}/assets/*
enabled: true

0 comments on commit fd0f3e3

Please sign in to comment.