Skip to content

Commit

Permalink
Add new AzureAdApplication and GitHub workflow files (#3451)
Browse files Browse the repository at this point in the history
Lagt til team-dolly-lokal-app i monorepo
  • Loading branch information
krharum authored Apr 2, 2024
1 parent f3559a1 commit 44f3263
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/app.team-dolly-lokal-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: team-dolly-lokal-app

on:
push:
paths:
- .nais/team-dolly-lokal-app.yml
- .github/workflows/app.team-dolly-lokal-app.yml

jobs:
deploy-redis:
name: Deploy team-dolly-lokal-app
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: nais/deploy/actions/deploy@v2
env:
CLUSTER: dev-gcp
RESOURCE: .nais/team-dolly-lokal-app.yml
17 changes: 17 additions & 0 deletions .nais/team-dolly-lokal-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: nais.io/v1
kind: AzureAdApplication
metadata:
labels:
team: dolly
name: team-dolly-lokal-app
namespace: dolly
spec:
logoutUrl: https://localhost:8080/oauth2/logout
preAuthorizedApplications:
- application: testnorge-oversikt-frontend
cluster: dev-gcp
namespace: dolly
replyUrls:
- url: http://localhost:8080/login/oauth2/code/aad
secretName: azuread-team-dolly-lokal-app
tenant: nav.no

0 comments on commit 44f3263

Please sign in to comment.