Skip to content

Commit

Permalink
Legg til azure-token-generator i inbound access
Browse files Browse the repository at this point in the history
  • Loading branch information
LudvigHz committed May 14, 2024
1 parent a7a2e85 commit 760f316
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build
run: npm run build:gcp
- name: Publish Docker image
if: github.ref == 'refs/heads/dev' # || github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/gcp' # || github.ref = 'refs/heads/master'
uses: nais/docker-build-push@v0
id: docker-build-push
with:
Expand Down
5 changes: 5 additions & 0 deletions .nais/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ spec:
autoLoginIgnorePaths:
- /internal/*
accessPolicy:
inbound:
rules:
- application: azure-token-generator
namespace: aura
cluster: dev-gcp
outbound:
rules:
- application: modiapersonoversikt-innstillinger
Expand Down

0 comments on commit 760f316

Please sign in to comment.