Skip to content

Commit

Permalink
Cleanup of deprecated config.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Dec 6, 2024
1 parent e0d1ee4 commit d1f4fc5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ aareg:
pageSize: 2

controller.staticdata.cache.hours: 24
azure.app.client.id: dummy

KAFKA_SCHEMA_REGISTRY: http://localhost:9009
kafka.groupid: organisasjon-forvalter-v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@ spring:
config:
import: "sm://"

azure:
nav:
app:
client:
id: ${sm://azure-app-client-id}
secret: ${sm://azure-app-client-secret}
openid:
config:
issuer: https://login.microsoftonline.com/62366534-1ec3-4962-8869-9b5535279d0b

consumers:
synt-meldekort:
url: https://synthdata-arena-meldekort.intern.dev.nav.no
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
azure:
openid:
config:
issuer: dummy
spring:
security:
oauth2:
resourceserver:
trygdeetaten:
issuer-uri: # Intentionally left blank.

0 comments on commit d1f4fc5

Please sign in to comment.