Skip to content

Commit

Permalink
Add AAD_ISSUER_URI to application.yml and remove from overrides #depl…
Browse files Browse the repository at this point in the history
…oy-bruker-service

The `AAD_ISSUER_URI` configuration was moved to the main `application.yml` file to centralize its definition. It was removed from `application-local.yml` and `application-test.yml` to avoid redundancy and potential inconsistencies across environment-specific files.
  • Loading branch information
krharum committed Dec 20, 2024
1 parent 6b68216 commit 762d30e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
AAD_ISSUER_URI: https://login.microsoftonline.com/62366534-1ec3-4962-8869-9b5535279d0b

AZURE_APP_CLIENT_ID: ${sm://azure-app-client-id}
AZURE_APP_CLIENT_SECRET: ${sm://azure-app-client-secret}
Expand Down
2 changes: 2 additions & 0 deletions apps/bruker-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
AAD_ISSUER_URI: https://login.microsoftonline.com/62366534-1ec3-4962-8869-9b5535279d0b

spring:
application:
version: application.version.todo
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
CRYPTOGRAPHY_SECRET: DUMMY SUPER SECRET CRYPTOGRAPHY KEY THAT IS NOT SECURE
JWT_SECRET: DUMMY SUPER SECRET JWT KEY THAT IS NOT SECURE

AAD_ISSUER_URI: https://login.microsoftonline.com/62366534-1ec3-4962-8869-9b5535279d0b
TOKEN_X_CLIENT_ID: test

spring:
Expand Down

0 comments on commit 762d30e

Please sign in to comment.