Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0df8b95

Browse files
committedDec 12, 2024··
Merge branch 'master' into change/opensearch_config_cleanup
2 parents 64cc974 + 2bcd566 commit 0df8b95

File tree

95 files changed

+2542
-113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+2542
-113
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: altinn3-tilgang-service-prod
2+
3+
on:
4+
push:
5+
paths:
6+
- "plugins/**"
7+
- "libs/reactive-core/**"
8+
- "libs/reactive-security/**"
9+
- "apps/altinn3-tilgang-service/**"
10+
- ".github/workflows/app.altinn3-tilgang-service.yml"
11+
12+
jobs:
13+
workflow:
14+
uses: ./.github/workflows/common.workflow.backend.yml
15+
with:
16+
working-directory: "apps/altinn3-tilgang-service"
17+
deploy-tag: "#deploy-altinn3-tilgang-service-prod"
18+
nais-manifest: "config.prod.yml"
19+
cluster: "prod-gcp"
20+
permissions:
21+
contents: read
22+
id-token: write
23+
secrets: inherit
24+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: altinn3-tilgang-service
2+
3+
on:
4+
push:
5+
paths:
6+
- "plugins/**"
7+
- "libs/reactive-core/**"
8+
- "libs/reactive-security/**"
9+
- "apps/altinn3-tilgang-service/**"
10+
- ".github/workflows/app.altinn3-tilgang-service.yml"
11+
12+
jobs:
13+
workflow:
14+
uses: ./.github/workflows/common.workflow.backend.yml
15+
with:
16+
working-directory: "apps/altinn3-tilgang-service"
17+
deploy-tag: "#deploy-altinn3-tilgang-service"
18+
nais-manifest: "config.dev.yml"
19+
permissions:
20+
contents: read
21+
id-token: write
22+
secrets: inherit
23+

0 commit comments

Comments
 (0)
Please sign in to comment.