Skip to content

Commit

Permalink
Vacuum: Rydder ubrukte properties (#2806)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek committed Apr 23, 2024
1 parent 61b1bab commit 92e7190
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 25 deletions.
9 changes: 2 additions & 7 deletions .deploy/fp/naiserator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,8 @@ spec:
secureLogs:
enabled: true
env:
# miljø-spesifikke variable
{{#each env}}
- name: {{@key}}
value: "{{this}}"
{{/each}}
- name: APP_NAME
value: "fptilbake"
- name: APP_NAME
value: "fptilbake"
kafka:
pool: {{kafkaPool}}
azure:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ abac.attributt.ventefrist=no.nav.abac.attributter.foreldrepenger.fagsak.ventefri
# OIDC/STS
oidc.sts.well.known.url=https://security-token-service.nais.preprod.local/.well-known/openid-configuration

# Gruppenavn for roller fra Active Directory
bruker.gruppenavn.beslutter = 0000-GA-fpsak-beslutter
bruker.gruppenavn.overstyrer = 0000-GA-fpsak-manuelt-overstyrer
bruker.gruppenavn.saksbehandler = 0000-GA-fpsak-saksbehandler
bruker.gruppenavn.veileder = 0000-GA-fpsak-veileder

# PDL
pdl.tema=FOR
pdl.scopes=api://dev-fss.pdl.pdl-api/.default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ abac.attributt.drift=no.nav.abac.attributter.foreldrepenger.drift
# OIDC/STS
oidc.sts.well.known.url=https://security-token-service.nais.adeo.no/.well-known/openid-configuration

# Gruppenavn for roller fra Active Directory
bruker.gruppenavn.beslutter = 0000-GA-fpsak-beslutter
bruker.gruppenavn.overstyrer = 0000-GA-fpsak-manuelt-overstyrer
bruker.gruppenavn.saksbehandler = 0000-GA-fpsak-saksbehandler
bruker.gruppenavn.veileder = 0000-GA-fpsak-veileder

# PDL
pdl.tema=FOR
pdl.scopes=api://prod-fss.pdl.pdl-api/.default
Expand Down
6 changes: 0 additions & 6 deletions web/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,5 @@ server.port=8080
auditlogger.vendor=Foreldrepenger
auditlogger.product=fptilbake

# Gruppenavn for roller fra Active Directory
bruker.gruppenavn.egenansatt = 0000-GA-GOSYS_UTVIDET
bruker.gruppenavn.kode6 = 0000-GA-GOSYS_KODE6
bruker.gruppenavn.kode7 = 0000-GA-GOSYS_KODE7


# PDL
pdl.base.url=http://pdl-api.pdl/graphql

0 comments on commit 92e7190

Please sign in to comment.