From cfb6c2f534f8e900bee462c4df1753b690af543f Mon Sep 17 00:00:00 2001 From: Kevin Leyow Date: Mon, 18 Nov 2024 18:55:38 -0500 Subject: [PATCH] chore(csi-883): add ndc adjustment api resource (#415) * chore: add ndc adjustment api resource * chore: follow naming convention --- .../default-config/mojaloop-rbac-api-resources.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/terraform/k8s/default-config/mojaloop-rbac-api-resources.yaml b/terraform/k8s/default-config/mojaloop-rbac-api-resources.yaml index 5244c4ee1..f64721681 100644 --- a/terraform/k8s/default-config/mojaloop-rbac-api-resources.yaml +++ b/terraform/k8s/default-config/mojaloop-rbac-api-resources.yaml @@ -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: @@ -118,3 +127,4 @@ - jwt - cookie_session authorizer_permission: settlementView +