Merge pull request #2950 from Infisical/feat/secret-access-list

feat: secret access list
This commit is contained in:
Sheen
2025-01-10 00:40:56 +08:00
committed by GitHub
14 changed files with 1026 additions and 8 deletions

View File

@@ -741,6 +741,12 @@ export const RAW_SECRETS = {
workspaceId: "The ID of the project where the secret is located.",
environment: "The slug of the environment where the the secret is located.",
secretPath: "The folder path where the secret is located."
},
GET_ACCESS_LIST: {
secretName: "The name of the secret to get the access list for.",
workspaceId: "The ID of the project where the secret is located.",
environment: "The slug of the environment where the the secret is located.",
secretPath: "The folder path where the secret is located."
}
} as const;