Skip to content

Commit

Permalink
fikse config for tester
Browse files Browse the repository at this point in the history
  • Loading branch information
vebnor committed Dec 11, 2024
1 parent 60d2319 commit 2c20e4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions nais/dev-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ spec:
databases:
- name: k9-punsj
envVarPrefix: DB


observability:
autoInstrumentation:
enabled: true
Expand Down
6 changes: 3 additions & 3 deletions src/test/kotlin/no/nav/k9punsj/MockConfiguration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ internal object MockConfiguration {
"SWAGGER_SERVER_BASE_URL" to "http://localhost:$port",
"KAFKA_BOOTSTRAP_SERVERS" to "localhost:9093",
"DEFAULTDS_VAULT_MOUNTPATH" to "",
"DEFAULTDS_URL" to "${postgresqlContainer?.jdbcUrl}",
"DEFAULTDS_USERNAME" to "${postgresqlContainer?.username}",
"DEFAULTDS_PASSWORD" to "${postgresqlContainer?.password}",
"DB_URL" to "${postgresqlContainer?.jdbcUrl}",
"DB_USERNAME" to "${postgresqlContainer?.username}",
"DB_PASSWORD" to "${postgresqlContainer?.password}",
"NAIS_STS_TOKEN_ENDPOINT" to wireMockServer.getNaisStsTokenUrl(),
"AUDITLOGGER_ENABLED" to "false",
"ABAC_PDP_ENDPOINT_URL" to "",
Expand Down

0 comments on commit 2c20e4b

Please sign in to comment.