Skip to content

Commit

Permalink
Update config.yml scope names for consistency
Browse files Browse the repository at this point in the history
#deploy-altinn3-tilgang-service

The scope names in the config.yml file were updated to align with the proper naming convention. This change fixes minor inconsistencies by renaming `access-list` to `accesslist`.
  • Loading branch information
krharum committed Nov 12, 2024
1 parent 42eb5af commit cbd578a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/altinn3-tilgang-service/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ spec:
enabled: true
scopes:
consumes:
- name: altinn:resourceregistry/access-list.read
- name: altinn:resourceregistry/access-list.write
- name: altinn:resourceregistry/resource.write
- name: altinn:resourceregistry/accesslist.read
- name: altinn:resourceregistry/accesslist.write
accessPolicy:
inbound:
rules:
Expand Down

0 comments on commit cbd578a

Please sign in to comment.