Skip to content

Commit

Permalink
fjernet outbound til dp-regel-api
Browse files Browse the repository at this point in the history
  • Loading branch information
geiralund committed Apr 26, 2024
1 parent d3b602f commit fd3527e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .nais/nais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ spec:
rules:
- application: skjermede-personer-pip
namespace: nom
- application: dp-regel-api
external:
- host: {{dp_proxy.ingress}}
- host: {{pdl.ingress}}
Expand Down
5 changes: 0 additions & 5 deletions mediator/src/main/kotlin/no/nav/dagpenger/mottak/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ internal object Config {
cachedTokenProvider.clientCredentials(properties[Key("DP_PROXY_SCOPE", stringType)]).accessToken
}
}
val Configuration.dpRegelApiTokenProvider: () -> String by lazy {
{
cachedTokenProvider.clientCredentials(properties[Key("DP_REGEL_API_SCOPE", stringType)]).accessToken
}
}

val Configuration.pdlApiTokenProvider: () -> String by lazy {
{
Expand Down

0 comments on commit fd3527e

Please sign in to comment.