Skip to content

Commit

Permalink
MaskinportenConfig (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
mettok authored Jul 18, 2024
1 parent 99ac3e0 commit abc88df
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/altinn/dev-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ env:
value: 4936
externalHosts:
- api-gw-q1.oera.no
maskinporten:
consumes:
- "altinn:serviceowner/reportees"
8 changes: 8 additions & 0 deletions config/nais.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ spec:
- name: {{ item.name }}
value: "{{ item.value }}"
{{/each}}{{/if}}
{{#if maskinporten}}
maskinporten:
enabled: true
scopes:
consumes: {{#each maskinporten.consumes as |consume| }}
- name: "{{ consume }}"
{{/each}}
{{/if}}
accessPolicy:
outbound:
external:
Expand Down

0 comments on commit abc88df

Please sign in to comment.