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

Add nav.no to allowed CORS origins #535

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 2 additions & 1 deletion src/main/resources/application-dev-gcp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
allowed.origins:
https://klage-dittnav.dev.nav.no,
https://klage.dev.nav.no,
https://www.ansatt.dev.nav.no,
http://localhost:8080,
http://localhost:3000

Expand Down Expand Up @@ -29,4 +30,4 @@ TENANT_ID: 966ac572-f5b7-4bbe-aa88-c76419c0f851
spring:
datasource:
hikari:
maximum-pool-size: 5
maximum-pool-size: 5
5 changes: 3 additions & 2 deletions src/main/resources/application-prod-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ spring:

allowed.origins:
https://klage-dittnav.nav.no,
https://klage.nav.no
https://klage.nav.no,
https://www.nav.no

PDL_BASE_URL: https://pdl-api.prod-fss-pub.nais.io/graphql
FOERSTESIDEGENERATOR_BASE_URL: https://klage-fss-proxy.prod-fss-pub.nais.io/genererfoersteside
Expand All @@ -29,4 +30,4 @@ FSS_CLUSTER: prod-fss
DRAFT_CLEANUP_CRON: 0 0 13 * * WED
MAX_DRAFT_AGE_IN_DAYS: 60

TENANT_ID: 62366534-1ec3-4962-8869-9b5535279d0b
TENANT_ID: 62366534-1ec3-4962-8869-9b5535279d0b