Skip to content

Commit

Permalink
Add nav.no to allowed CORS origins
Browse files Browse the repository at this point in the history
  • Loading branch information
cskrov committed Nov 12, 2024
1 parent 17a9eff commit cd78b66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
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

0 comments on commit cd78b66

Please sign in to comment.