Skip to content

Commit

Permalink
Cleanup of spring.cloud.vault configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Dec 4, 2024
1 parent 74eb09c commit c3f002c
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 38 deletions.
3 changes: 0 additions & 3 deletions apps/adresse-service/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ spring:
issuer-uri: ${TOKEN_X_ISSUER}
jwk-set-uri: ${TOKEN_X_JWKS_URI}
accepted-audience: ${TOKEN_X_CLIENT_ID}
cloud:
vault:
enabled: false

springdoc:
swagger-ui:
Expand Down
3 changes: 0 additions & 3 deletions apps/sykemelding-api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ spring:
version: application.version.todo
name: testnav-sykemelding-api
description: Api for opprettelse av detaljerte sykemeldinger
cloud:
vault:
enabled: false
security:
oauth2:
resourceserver:
Expand Down
3 changes: 0 additions & 3 deletions apps/synt-sykemelding-api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ spring:
version: application.version.todo
name: testnav-synt-sykemelding-api
description: Api for opprettelse av syntetiske sykemeldinger
cloud:
vault:
enabled: false
security:
oauth2:
resourceserver:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ spring:
accepted-audience: ${TOKEN_X_CLIENT_ID}
cloud:
vault:
application-name: preprod/fss/testnorge-statisk-data-forvalter
authentication: token
kv:
enabled: false
host: vault.adeo.no
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spring:
secretmanager:
enabled: false
vault:
token: dummy
enabled: false

AAD_ISSUER_URI: http://localhost:${wiremock.server.port:0}/token

Expand Down

This file was deleted.

3 changes: 0 additions & 3 deletions apps/udi-stub/src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ spring:
secretmanager:
enabled: false
vault:
database:
enabled: false
token: "test"
enabled: false
datasource:
url: jdbc:tc:postgresql:15:///test?TC_REUSABLE=true
Expand Down

0 comments on commit c3f002c

Please sign in to comment.