Skip to content

Commit

Permalink
Update accessPolicy rules for dev and prod configurations
Browse files Browse the repository at this point in the history
#deploy-altinn3-tilgang-service-prod #deploy-altinn3-tilgang-service

Removed unnecessary applications from the accessPolicy rules in both dev and prod configurations to reflect changes in requirements. Added `testnav-bruker-service-dev` to dev inbound rules for enhanced service access support.
  • Loading branch information
krharum committed Dec 20, 2024
1 parent 0894d25 commit 9a65b64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions apps/altinn3-tilgang-service/config.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ spec:
accessPolicy:
inbound:
rules:
- application: dolly-frontend
- application: dolly-frontend-dev
- application: dolly-frontend-dev-unstable
- application: dolly-idporten
- application: team-dolly-lokal-app
- application: testnav-oversikt-frontend
- application: testnav-bruker-service-dev
outbound:
external:
- host: platform.tt02.altinn.no
Expand Down
4 changes: 0 additions & 4 deletions apps/altinn3-tilgang-service/config.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ spec:
rules:
- application: dolly-frontend
cluster: dev-gcp
- application: dolly-frontend-dev
cluster: dev-gcp
- application: dolly-frontend-dev-unstable
cluster: dev-gcp
- application: dolly-idporten
cluster: dev-gcp
- application: team-dolly-lokal-app
Expand Down

0 comments on commit 9a65b64

Please sign in to comment.