Skip to content

Commit

Permalink
Fjerner sts fra los
Browse files Browse the repository at this point in the history
  • Loading branch information
baskevold committed Dec 14, 2023
1 parent 4b2984d commit cce9128
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
4 changes: 0 additions & 4 deletions nais/dev-fss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ spec:
- application: k9-sak
namespace: k9saksbehandling
env:
- name: NAIS_STS_DISCOVERY_ENDPOINT
value: https://security-token-service.nais.preprod.local/rest/v1/sts/.well-known/openid-configuration
- name: STS_AUDIENCE
value: srvk9sak
- name: OPPGAVE_BASE_URI
value: https://oppgave.nais.preprod.local
- name: DB_URL
Expand Down
4 changes: 0 additions & 4 deletions nais/prod-fss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ spec:
- application: k9-sak
namespace: k9saksbehandling
env:
- name: NAIS_STS_DISCOVERY_ENDPOINT
value: https://security-token-service.nais.adeo.no/rest/v1/sts/.well-known/openid-configuration
- name: STS_AUDIENCE
value: srvk9sak
- name: OPPGAVE_BASE_URI
value: https://oppgave.nais.adeo.no
- name: DB_URL
Expand Down
17 changes: 0 additions & 17 deletions src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,6 @@ nav {
azure_client_secret = ""
azure_client_secret = ${?AZURE_APP_CLIENT_SECRET}
issuers = [{
alias = "nais-sts"
type = "sts"
audience = ""
audience = ${?STS_AUDIENCE}
discovery_endpoint = ""
discovery_endpoint = ${?NAIS_STS_DISCOVERY_ENDPOINT}
},
{
alias = "azure-v2"
type = "azure"
audience = ""
Expand All @@ -127,15 +119,6 @@ nav {
}
]
clients = [{
alias = "nais-sts"
client_id = "srvk9-los-api"
client_id = ${?SYSTEMBRUKER_USERNAME}
client_secret = ""
client_secret = ${?SYSTEMBRUKER_PASSWORD}
discovery_endpoint = ""
discovery_endpoint = ${?NAIS_STS_DISCOVERY_ENDPOINT}
},
{
alias = "azure-v2"
client_id = ""
client_id = ${?AZURE_APP_CLIENT_ID}
Expand Down

0 comments on commit cce9128

Please sign in to comment.