Skip to content

Commit

Permalink
Remove unused aktivitetskrav-backend access policy and env variables (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kaja-nav authored Apr 23, 2024
1 parent a838bf9 commit 7c8ca26
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions nais/nais-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ spec:
ingresses:
- {{ingress}}
env:
- name: AKTIVITETSKRAV_BACKEND_HOST
value: "http://aktivitetskrav-backend.team-esyfo"
- name: MIN_SIDE_ROOT
value: "https://www.nav.no/minside/"
- name: BASE_PATH
Expand Down
5 changes: 0 additions & 5 deletions nais/nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,11 @@ spec:
env:
- name: DECORATOR_URL
value: "https://dekoratoren.dev.nav.no"
- name: AKTIVITETSKRAV_BACKEND_HOST
value: "http://aktivitetskrav-backend.team-esyfo"
- name: AKTIVITETSKRAV_BACKEND_CLIENT_ID
value: "dev-gcp:team-esyfo:aktivitetskrav-backend"
- name: BASE_PATH
value: "/syk/aktivitetskrav"
accessPolicy:
outbound:
rules:
- application: aktivitetskrav-backend
- application: nav-dekoratoren
namespace: personbruker
external:
Expand Down
5 changes: 0 additions & 5 deletions nais/nais-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,11 @@ spec:
env:
- name: DECORATOR_URL
value: "https://nav.no/dekoratoren"
- name: AKTIVITETSKRAV_BACKEND_HOST
value: "http://aktivitetskrav-backend.team-esyfo"
- name: AKTIVITETSKRAV_BACKEND_CLIENT_ID
value: "prod-gcp:team-esyfo:aktivitetskrav-backend"
- name: BASE_PATH
value: "/syk/aktivitetskrav"
accessPolicy:
outbound:
rules:
- application: aktivitetskrav-backend
- application: nav-dekoratoren
namespace: personbruker
external:
Expand Down

0 comments on commit 7c8ca26

Please sign in to comment.