Skip to content

Commit

Permalink
fjern ubrukt tokenx og aad config
Browse files Browse the repository at this point in the history
  • Loading branch information
olesls committed Aug 31, 2023
1 parent 8590398 commit c95fb30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- deps0408
- tokenx

jobs:
build:
Expand Down
15 changes: 0 additions & 15 deletions src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,3 @@ ktor {
}
}

tokenx {
wellKnownUrl = "https://tokendings.dev-gcp.nais.io/.well-known/oauth-authorization-server"
wellKnownUrl = ${?TOKEN_X_WELL_KNOWN_URL}
clientId = "CLIENT_ID"
clientId = ${?TOKEN_X_CLIENT_ID}
}

aad {
wellKnownUrl = "https://login.microsoftonline.com/62366534-1ec3-4962-8869-9b5535279d0b/v2.0/.well-known/openid-configuration"
wellKnownUrl = ${?AZURE_APP_WELL_KNOWN_URL}
clientId = "CLIENT_ID"
clientId = ${?AZURE_APP_CLIENT_ID}
}


0 comments on commit c95fb30

Please sign in to comment.