Skip to content

Commit

Permalink
Ny kodeverk-app (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnutArildSlaatsve authored Mar 20, 2024
1 parent 77b19bb commit dca72fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions nais/dev-fss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ spec:
kvPath: /serviceuser/data/dev/srvag-arbforhold
tokenx:
enabled: true
webproxy: true
accessPolicy:
inbound:
rules:
Expand Down
1 change: 1 addition & 0 deletions nais/prod-fss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ spec:
kvPath: /serviceuser/data/prod/srvag-arbforhold
tokenx:
enabled: true
webproxy: true
accessPolicy:
inbound:
rules:
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ no.nav.security.jwt.issuer.tokenx:
accepted_audience: ${TOKEN_X_CLIENT_ID}

yrkeskodeverk:
yrkeskodeUrl: "https://kodeverk.nais.preprod.local/api/v1/kodeverk/Yrker/koder/betydninger?spraak=nb"
yrkeskodeUrl: "https://kodeverk-api.nav.no/api/v1/kodeverk/Yrker/koder/betydninger?spraak=nb"

sts:
stsPass: ${STS_PASS}
Expand Down Expand Up @@ -167,7 +167,7 @@ sts:
stsUrl: https://security-token-service.nais.adeo.no/rest/v1/sts/token

yrkeskodeverk:
yrkeskodeUrl: "https://kodeverk.nais.adeo.no/api/v1/kodeverk/Yrker/koder/betydninger?spraak=nb&spraak=nn"
yrkeskodeUrl: "https://kodeverk-api.nav.no/api/v1/kodeverk/Yrker/koder/betydninger?spraak=nb&spraak=nn"

pdl:
pdlUrl: "https://pdl-api.nais.adeo.no/graphql"
Expand Down

0 comments on commit dca72fd

Please sign in to comment.