fix policy matching

This commit is contained in:
x032205
2025-12-05 02:04:26 -05:00
committed by =
parent 5859293c33
commit 24f7445d56

View File

@@ -551,7 +551,7 @@ export const pamAccountServiceFactory = ({
const inputs = {
resourceId: resource.id,
accountPath: folderPath
accountPath: `${accountPath}/${account.name}`
};
const canAccess = await fac.canAccess(approvalRequestGrantsDAL, actor.id, resource.projectId, inputs);