Skip to content

Commit

Permalink
UPDATE: front ingress and behandlingskatalog url
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Skomedal <[email protected]>
Co-authored-by: beeccy <[email protected]>
  • Loading branch information
3 people committed Apr 10, 2024
1 parent 549b5b4 commit 61062b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion apps/backend/nais/backend-dev-gcp-vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ ingresses:
- https://etterlevelse-api.intern.dev.nav.no
replies:
- https://etterlevelse-api.intern.dev.nav.no/oauth2/callback
- https://etterlevelse.ansatt.dev.nav.no/oauth2/callback
- https://etterlevelse.intern.dev.nav.no/oauth2/callback
- http://localhost:8080/oauth2/callback
- http://localhost:3000/oauth2/callback
teamcat_ingress: teamkatalog-api.intern.dev.nav.no
env:
- name: ETTERLEV_SECURITY_REDIRECT_URIS
value: https://etterlevelse.intern.dev.nav.no,https://etterlevelse-api.intern.dev.nav.no,http://localhost:3000
value: https://etterlevelse.ansatt.dev.nav.no,https://etterlevelse.intern.dev.nav.no,https://etterlevelse-api.intern.dev.nav.no,http://localhost:3000
- name: CLIENT_TEAMCAT_URL
value: https://teamkatalog-api.intern.dev.nav.no
- name: CLIENT_TEAMCAT_FRONTEND_URL
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ REACT_APP_AMPLITUDE_ENDPOINT=amplitude.nav.no/collect-auto
REACT_APP_AMPLITUDE_API_KEY=default
REACT_APP_TEAMKAT_BASE_URL=https://teamkatalog.intern.nav.no/
REACT_APP_TEAMKAT_PROD_BASE_URL=https://teamkatalog.nav.no/
REACT_APP_POLLY_BASE_URL=https://behandlingskatalog.intern.dev.nav.no/
REACT_APP_POLLY_BASE_URL=https://behandlingskatalog.ansatt.dev.nav.no/
REACT_APP_LOVDATA_LOV_BASE_URL=https://lovdata.no/lov/
REACT_APP_LOVDATA_FORSKRIFT_BASE_URL=https://lovdata.no/forskrift/
3 changes: 2 additions & 1 deletion apps/frontend/nais/frontend-dev-gcp-vars.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ingresses:
- https://etterlevelse.intern.dev.nav.no
- https://etterlevelse.intern.dev.nav.no
- https://etterlevelse.ansatt.dev.nav.no

0 comments on commit 61062b1

Please sign in to comment.