-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/statistikk-side
- Loading branch information
Showing
12 changed files
with
398 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Deploy idporten | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
paths: | ||
- '.nais/idporten.yml' | ||
|
||
jobs: | ||
deploy-idporten: | ||
name: Deploy idporten | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: nais/deploy/actions/deploy@v1 | ||
env: | ||
APIKEY: ${{ secrets.NAIS_DOLLY_DEPLOY_API_KEY }} | ||
CLUSTER: prod-gcp | ||
RESOURCE: .nais/idporten.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Deploy maskinporten | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
paths: | ||
- '.nais/maskinporten.yml' | ||
|
||
jobs: | ||
deploy-maskinporten: | ||
name: Deploy maskinporten | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: nais/deploy/actions/deploy@v1 | ||
env: | ||
APIKEY: ${{ secrets.NAIS_DOLLY_DEPLOY_API_KEY }} | ||
CLUSTER: prod-gcp | ||
RESOURCE: .nais/maskinporten.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
apiVersion: nais.io/v1 | ||
kind: IDPortenClient | ||
metadata: | ||
name: dolly | ||
namespace: dolly | ||
spec: | ||
clientURI: https://dolly-idporten.ekstern.dev.nav.no | ||
frontchannelLogoutURI: https://dolly-idporten.ekstern.dev.nav.no/oauth2/logout | ||
postLogoutRedirectURIs: | ||
- https://dolly.ekstern.dev.nav.no/login | ||
- https://dolly-idporten.ekstern.dev.nav.no/login | ||
redirectURIs: | ||
- https://dolly.ekstern.dev.nav.no/login/oauth2/code/idporten | ||
- https://dolly-idporten.ekstern.dev.nav.no/login/oauth2/code/idporten | ||
secretName: idporten-dolly-prod # deployes til prod. secret kopieres manuelt til dev. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: nais.io/v1 | ||
kind: MaskinportenClient | ||
metadata: | ||
name: dolly | ||
namespace: dolly | ||
spec: | ||
scopes: | ||
consumes: | ||
- name: altinn:serviceowner | ||
secretName: maskinporten-dolly-prod # deployes til prod. secret kopieres manuelt til dev. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.