mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Merge pull request #3810 from Infisical/daniel/secret-syncs-permissions
feat(secret-syncs): better permissioning
This commit is contained in:
@@ -12,7 +12,7 @@ Each permission consists of:
|
||||
- **Subject**: The resource the permission applies to (e.g., secrets, members, settings)
|
||||
- **Action**: The operation that can be performed (e.g., read, create, edit, delete)
|
||||
|
||||
Some project-level resources—specifically `secrets`, `secret-folders`, `secret-imports`, and `dynamic-secrets`—support conditional permissions and permission inversion for more granular access control. Conditions allow you to specify criteria (like environment, secret path, or tags) that must be met for the permission to apply.
|
||||
Some project-level resources—specifically `secrets`, `secret-folders`, `secret-imports`, `dynamic-secrets`, and `secret-syncs`, support conditional permissions and permission inversion for more granular access control. Conditions allow you to specify criteria (like environment, secret path, or tags) that must be met for the permission to apply.
|
||||
|
||||
## Available Project Permissions
|
||||
|
||||
@@ -208,6 +208,8 @@ Supports conditions and permission inversion
|
||||
|
||||
#### Subject: `secret-syncs`
|
||||
|
||||
Supports conditions and permission inversion.
|
||||
|
||||
| Action | Description |
|
||||
| ---------------- | -------------------------------------------------- |
|
||||
| `read` | View secret synchronization configurations |
|
||||
|
||||
Reference in New Issue
Block a user