-
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/refaktorere-dokumenter-fra-bestill…
…ing-og-maler
- Loading branch information
Showing
763 changed files
with
8,178 additions
and
6,803 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,24 @@ | ||
name: altinn3-tilgang-service-prod | ||
|
||
on: | ||
push: | ||
paths: | ||
- "plugins/**" | ||
- "libs/reactive-core/**" | ||
- "libs/reactive-security/**" | ||
- "apps/altinn3-tilgang-service/**" | ||
- ".github/workflows/app.altinn3-tilgang-service.yml" | ||
|
||
jobs: | ||
workflow: | ||
uses: ./.github/workflows/common.workflow.backend.yml | ||
with: | ||
working-directory: "apps/altinn3-tilgang-service" | ||
deploy-tag: "#deploy-altinn3-tilgang-service-prod" | ||
nais-manifest: "config.prod.yml" | ||
cluster: "prod-gcp" | ||
permissions: | ||
contents: read | ||
id-token: write | ||
secrets: inherit | ||
|
12 changes: 7 additions & 5 deletions
12
...lows/app.organisasjon-tilgang-service.yml → ...workflows/app.altinn3-tilgang-service.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 |
---|---|---|
@@ -1,21 +1,23 @@ | ||
name: organisasjon-tilgang-service | ||
name: altinn3-tilgang-service | ||
|
||
on: | ||
push: | ||
paths: | ||
- "plugins/**" | ||
- "libs/reactive-core/**" | ||
- "libs/reactive-security/**" | ||
- "apps/organisasjon-tilgang-service/**" | ||
- ".github/workflows/app.organisasjon-tilgang-service.yml" | ||
- "apps/altinn3-tilgang-service/**" | ||
- ".github/workflows/app.altinn3-tilgang-service.yml" | ||
|
||
jobs: | ||
workflow: | ||
uses: ./.github/workflows/common.workflow.backend.yml | ||
with: | ||
working-directory: "apps/organisasjon-tilgang-service" | ||
deploy-tag: "#deploy-organisasjon-tilgang-service" | ||
working-directory: "apps/altinn3-tilgang-service" | ||
deploy-tag: "#deploy-altinn3-tilgang-service" | ||
nais-manifest: "config.dev.yml" | ||
permissions: | ||
contents: read | ||
id-token: write | ||
secrets: inherit | ||
|
23 changes: 0 additions & 23 deletions
23
.github/workflows/app.person-organisasjon-tilgang-service.yml
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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,23 @@ | ||
name: altinn3-tilgang-proxy | ||
|
||
on: | ||
push: | ||
paths: | ||
- "plugins/**" | ||
- "libs/reactive-core/**" | ||
- "libs/reactive-proxy/**" | ||
- "libs/security-core/**" | ||
- "libs/servlet-insecure-security/**" | ||
- "proxies/altinn3-tilgang-proxy/**" | ||
- ".github/workflows/proxy.altinn3-tilgang-proxy.yml" | ||
|
||
jobs: | ||
workflow: | ||
uses: ./.github/workflows/common.workflow.backend.yml | ||
with: | ||
working-directory: "proxies/altinn3-tilgang-proxy" | ||
deploy-tag: "#deploy-proxy-altinn3-tilgang" | ||
permissions: | ||
contents: read | ||
id-token: write | ||
secrets: inherit |
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
apps/adresse-service/src/main/resources/application-local.yaml
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
apps/adresse-service/src/main/resources/application-local.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,7 @@ | ||
AZURE_APP_CLIENT_ID: ${sm://azure-app-client-id} | ||
AZURE_APP_CLIENT_SECRET: ${sm://azure-app-client-secret} | ||
TOKEN_X_CLIENT_ID: dev-gcp:dolly:testnav-adresse-service | ||
|
||
spring: | ||
config: | ||
import: "sm://" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/usr/bin/env sh | ||
|
||
# | ||
# Converts NAIS provided key.pem to PKCS#8 PEM format, which can be used by R2dbc. | ||
# | ||
openssl pkey -in /var/run/secrets/nais.io/sqlcertificate/key.pem -out /tmp/pk8.pem |
5 changes: 3 additions & 2 deletions
5
apps/organisasjon-tilgang-service/Dockerfile → apps/altinn3-tilgang-service/Dockerfile
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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
FROM ghcr.io/navikt/baseimages/temurin:21 | ||
LABEL maintainer="Team Dolly" | ||
|
||
ADD build/libs/app.jar /app/app.jar | ||
|
||
ENV JAVA_OPTS="--add-opens java.base/java.lang=ALL-UNNAMED" | ||
|
||
COPY 99-dolly-convert-to-pk8.sh /init-scripts/ | ||
COPY /build/libs/app.jar /app/ | ||
|
||
EXPOSE 8080 |
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,13 @@ | ||
## altinn3-tilgang-service | ||
|
||
Service som godkjenner tilganger for en spesifisert organisasjoner mot Dolly ved bruk av bankid. | ||
|
||
## Swagger | ||
|
||
Swagger finnes under [/swagger-ui.html](https://testnav-altinn3-tilgang-service.intern.dev.nav.no/swagger-ui.html) | ||
-endepunktet til applikasjonen. | ||
|
||
## Lokal kjøring | ||
* [Generelt.](../../docs/local_general.md) | ||
* [Secret Manager.](../../docs/local_secretmanager.md) | ||
* [Database i GCP.](../../docs/gcp_db.md) |
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.