mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
docs: add new secret actions to permission doc
This commit is contained in:
@@ -140,12 +140,14 @@ Below is a comprehensive list of all available project-level subjects and their
|
|||||||
#### Subject: `secrets`
|
#### Subject: `secrets`
|
||||||
|
|
||||||
Supports conditions and permission inversion
|
Supports conditions and permission inversion
|
||||||
| Action | Description |
|
| Action | Description | Notes |
|
||||||
| -------- | ------------------------------- |
|
| -------- | ------------------------------- | ----- |
|
||||||
| `read` | View secrets and their values |
|
| `read` | View secrets and their values | This action is the equivalent of granting both `describeSecret` and `readValue`. The `read` action is considered **legacy**. You should use the `describeSecret` and/or `readValue` actions instead. |
|
||||||
| `create` | Add new secrets to the project |
|
| `describeSecret` | View secret details such as key, path, metadata, tags, and more | If you are using the API, you can pass `viewSecretValue: false` to the API call to retrieve secrets without their values. |
|
||||||
| `edit` | Modify existing secret values |
|
| `readValue` | View the value of a secret.| In order to read secret values, the `describeSecret` action must also be granted. |
|
||||||
| `delete` | Remove secrets from the project |
|
| `create` | Add new secrets to the project | |
|
||||||
|
| `edit` | Modify existing secret values | |
|
||||||
|
| `delete` | Remove secrets from the project | |
|
||||||
|
|
||||||
#### Subject: `secret-folders`
|
#### Subject: `secret-folders`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user