Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AudunSorheim committed Dec 13, 2023
1 parent 85c8f59 commit 6f280bd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions nais/nais-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ spec:
inbound:
rules:
- application: oppfolgingsplan-backend
namespace: team-esyfo
cluster: dev-gcp

outbound:
rules:
- application: digdir-krr-proxy
Expand Down
2 changes: 2 additions & 0 deletions nais/nais-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ spec:
inbound:
rules:
- application: oppfolgingsplan-backend
namespace: team-esyfo
cluster: prod-gcp
outbound:
rules:
- application: digdir-krr-proxy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class BrukerTilgangController(
private val brukertilgangConsumer: BrukertilgangClient,
private val brukertilgangService: BrukertilgangService,
private val metrikk: Metrikk,
@Value("\${oppfolgingsplan.frontend.client.id}")
@Value("\${OPPFOLGINGSPLAN_FRONTEND_CLIENT_ID}")
private val oppfolgingsplanClientId: String,
) {
@GetMapping
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/no/nav/syfo/krr/KontaktinfoController.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class KontaktinfoController(
private val contextHolder: TokenValidationContextHolder,
private val brukertilgangService: BrukertilgangService,
private val krrClient: KrrClient,
@Value("\${oppfolgingsplan.frontend.client.id}")
@Value("\${OPPFOLGINGSPLAN_FRONTEND_CLIENT_ID}")
private val oppfolgingsplanClientId: String,
) {
private val log = LoggerFactory.getLogger(KontaktinfoController::class.java)
Expand Down

0 comments on commit 6f280bd

Please sign in to comment.