mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
fix policy matching
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user