Skip to content

Commit

Permalink
Merge pull request #234 from navikt/feature/sigrun-ut-av-gcpproxy
Browse files Browse the repository at this point in the history
Feature/sigrun ut av gcpproxy
  • Loading branch information
LarsOttoHaugen authored Jul 12, 2023
2 parents 89fa296 + e97737b commit 9c43d2d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .nais/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ azure:
inntektskomponenten_base_url: team-inntekt-proxy.dev-fss-pub.nais.io
inntektskomponenten_url: team-inntekt-proxy.dev-fss-pub.nais.io/proxy/inntektskomponenten-q1
inntektskomponenten_scope: dev-fss.team-inntekt.inntektskomponenten
sigrun_base_url: team-inntekt-proxy.dev-fss-pub.nais.io
sigrun_url: team-inntekt-proxy.dev-fss-pub.nais.io/proxy/sigrun-q1
sigrun_scope: dev-fss.team-inntekt.sigrun
sigrun_scope: dev-fss.team-inntekt.sigrun-q1
bidragperson_url: bidrag-person-feature.dev-fss-pub.nais.io
bidragperson_scope: dev-fss.bidrag.bidrag-person-feature
bidragperson_app: bidrag-person-feature
Expand Down
3 changes: 2 additions & 1 deletion .nais/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ azure:
inntektskomponenten_base_url: team-inntekt-proxy.dev-fss-pub.nais.io
inntektskomponenten_url: team-inntekt-proxy.dev-fss-pub.nais.io/proxy/inntektskomponenten-q1
inntektskomponenten_scope: dev-fss.team-inntekt.inntektskomponenten
sigrun_base_url: team-inntekt-proxy.dev-fss-pub.nais.io
sigrun_url: team-inntekt-proxy.dev-fss-pub.nais.io/proxy/sigrun-q1
sigrun_scope: dev-fss.team-inntekt.sigrun
sigrun_scope: dev-fss.team-inntekt.sigrun-q1
bidragperson_url: bidrag-person.dev-fss-pub.nais.io
bidragperson_scope: dev-fss.bidrag.bidrag-person
bidragperson_app: bidrag-person
Expand Down
1 change: 1 addition & 0 deletions .nais/nais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spec:
- host: {{ azure.bidragperson_url }}
- host: {{ azure.familiekssak_url }}
- host: {{ azure.inntektskomponenten_base_url }}
- host: {{ azure.sigrun_base_url }}
- host: {{ azure.aareg_url }}
- host: {{ azure.unsecure.ereg_url }}
image: {{ image }}
Expand Down
1 change: 1 addition & 0 deletions .nais/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ azure:
inntektskomponenten_base_url: team-inntekt-proxy.prod-fss-pub.nais.io
inntektskomponenten_url: team-inntekt-proxy.prod-fss-pub.nais.io/proxy/inntektskomponenten
inntektskomponenten_scope: prod-fss.team-inntekt.inntektskomponenten
sigrun_base_url: team-inntekt-proxy.prod-fss-pub.nais.io
sigrun_url: team-inntekt-proxy.prod-fss-pub.nais.io/proxy/sigrun
sigrun_scope: prod-fss.team-inntekt.sigrun
bidragperson_scope: prod-fss.bidrag.bidrag-person
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ import jakarta.validation.Valid
import jakarta.validation.constraints.NotNull
import no.nav.bidrag.grunnlag.ISSUER
import no.nav.bidrag.grunnlag.service.GrunnlagspakkeService
import no.nav.bidrag.grunnlag.service.HentGrunnlagService
import no.nav.bidrag.transport.behandling.grunnlag.reponse.HentGrunnlagDto
import no.nav.bidrag.transport.behandling.grunnlag.reponse.HentGrunnlagspakkeDto
import no.nav.bidrag.transport.behandling.grunnlag.reponse.OppdaterGrunnlagspakkeDto
import no.nav.bidrag.transport.behandling.grunnlag.request.HentGrunnlagRequestDto
import no.nav.bidrag.transport.behandling.grunnlag.request.OppdaterGrunnlagspakkeRequestDto
import no.nav.bidrag.transport.behandling.grunnlag.request.OpprettGrunnlagspakkeRequestDto
import no.nav.bidrag.transport.behandling.grunnlag.reponse.HentGrunnlagDto
import no.nav.bidrag.transport.behandling.grunnlag.request.HentGrunnlagRequestDto
import no.nav.bidrag.grunnlag.service.HentGrunnlagService
import no.nav.security.token.support.core.api.ProtectedWithClaims
import org.slf4j.LoggerFactory
import org.springframework.http.HttpStatus
Expand Down

0 comments on commit 9c43d2d

Please sign in to comment.