Skip to content

Commit

Permalink
chore(csi-883): add ndc adjustment api resource (#415)
Browse files Browse the repository at this point in the history
* chore: add ndc adjustment api resource

* chore: follow naming convention
  • Loading branch information
kleyow authored Nov 18, 2024
1 parent c16854a commit cfb6c2f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions terraform/k8s/default-config/mojaloop-rbac-api-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@
- cookie_session
authorizer_permission: positionFundsInOut

- name: position-ndc-edit
match_path: /api/central-admin/participants/<.*>/limits
match_methods:
- PUT
authenticator_handlers:
- jwt
- cookie_session
authorizer_permission: positionNDCEdit

- name: participant-disable-enable
match_path: /api/central-admin/participants/<.*>/accounts<.*>
match_methods:
Expand Down Expand Up @@ -118,3 +127,4 @@
- jwt
- cookie_session
authorizer_permission: settlementView

0 comments on commit cfb6c2f

Please sign in to comment.