mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
chore: minor changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { ForbiddenError, subject } from "@casl/ability";
|
||||
import { z } from "zod";
|
||||
|
||||
import { ActionProjectType, SecretFoldersSchema, SecretImportsSchema, SecretTagsSchema } from "@app/db/schemas";
|
||||
import { ActionProjectType, SecretFoldersSchema, SecretImportsSchema } from "@app/db/schemas";
|
||||
import { EventType, UserAgentType } from "@app/ee/services/audit-log/audit-log-types";
|
||||
import {
|
||||
ProjectPermissionDynamicSecretActions,
|
||||
|
||||
@@ -981,6 +981,8 @@ export const secretV2BridgeServiceFactory = ({
|
||||
})
|
||||
);
|
||||
}
|
||||
// Else, we do nothing. Because we don't want to filter out the secret, OR throw an error.
|
||||
// If the user doesn't have access to read the value, in the below map function, we mask the secret value and return the secret with a hidden value.
|
||||
}
|
||||
|
||||
return canDescribeSecret;
|
||||
|
||||
Reference in New Issue
Block a user