Skip to content

Commit

Permalink
Legger til manglende spring.config.import for Vault.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Dec 6, 2024
1 parent 2816386 commit 78df828
Showing 1 changed file with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
spring:
config:
import: vault://
datasource:
url: jdbc:postgresql://b27dbvl032.preprod.local:5432/testnav-statisk-data?useUnicode=yes&characterEncoding=UTF-8
hikari:
Expand All @@ -20,17 +22,17 @@ spring:
jwk-set-uri: ${TOKEN_X_JWKS_URI}
accepted-audience: ${TOKEN_X_CLIENT_ID}
cloud:
gcp:
secretmanager:
enabled: false # Running in dev-fss.
vault:
application-name: preprod/fss/testnorge-statisk-data-forvalter
authentication: token
kv:
enabled: false
host: vault.adeo.no
port: 443
fail-fast: true
connection-timeout: 15000
read-timeout: 30000
database:
backend: postgresql/preprod-fss
role: testnav-statisk-data-admin
enabled: true
role: testnav-statisk-data-admin
fail-fast: true
host: vault.adeo.no
kv.enabled: false
port: 443
read-timeout: 30000

0 comments on commit 78df828

Please sign in to comment.