Skip to content

Commit

Permalink
Fjernet Azure client credentials fra YAML filer
Browse files Browse the repository at this point in the history
  • Loading branch information
krharum committed Jan 8, 2024
1 parent 05ab232 commit 544c5e6
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 20 deletions.
3 changes: 0 additions & 3 deletions apps/bruker-service/src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
CRYPTOGRAPHY_SECRET: DUMMY SUPER SECRET CRYPTOGRAPHY KEY THAT IS NOT SECURE
JWT_SECRET: DUMMY SUPER SECRET JWT KEY THAT IS NOT SECURE

azure.app.client.id: ${client_id}
azure.app.client.secret: ${client_secret}

TOKEN_X_CLIENT_ID: dev-gcp:dolly:testnav-bruker-service-dev
TOKENDINGS_URL: ${TOKEN_X_ISSUER}
spring:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
azure.app.client.id: ${client_id}
azure.app.client.secret: ${client_secret}

consumers:
testnorge-profil-api:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
AAD_ISSUER_URI: https://login.microsoftonline.com/62366534-1ec3-4962-8869-9b5535279d0b
azure.app.client.id: ${client_id}
azure.app.client.secret: ${client_secret}
2 changes: 0 additions & 2 deletions apps/miljoer-service/src/main/resources/application-dev.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
azure.app.client.id: ${client_id}
azure.app.client.secret: ${client_secret}

spring:
h2:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
azure.app.client.id: ${client_id}
azure.app.client.secret: ${client_secret}

spring:
h2:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Rename from vault name to AzureAd name
azure.app.client.id: ${client_id}
azure.app.client.secret: ${client_secret}

spring:
application:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
azure.app.client.id: ${client_id}
azure.app.client.secret: ${client_secret}

proxy.url: https://tps-forvalteren-dev.dev.adeo.no

0 comments on commit 544c5e6

Please sign in to comment.