Skip to content

Commit

Permalink
docs: missing permission subjects
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Sep 16, 2024
1 parent 083e30a commit a7b3bd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/project_identity_specific_privilege.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Required:

- `actions` (List of String) Describe what action an entity can take. Enum: create,edit,delete,read
- `conditions` (Attributes) The conditions to scope permissions (see [below for nested schema](#nestedatt--permission--conditions))
- `subject` (String) Describe what action an entity can take. Enum: role,member,groups,settings,integrations,webhooks,service-tokens,environments,tags,audit-logs,ip-allowlist,workspace,secrets,secret-rollback,secret-approval,secret-rotation,identity
- `subject` (String) Describe what action an entity can take. Enum: role,member,groups,settings,integrations,webhooks,service-tokens,environments,tags,audit-logs,ip-allowlist,workspace,secrets,secret-rollback,secret-approval,secret-rotation,identity,certificate-authorities,certificates,certificate-templates,kms,pki-alerts,pki-collections

<a id="nestedatt--permission--conditions"></a>
### Nested Schema for `permission.conditions`
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/project_role.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ resource "infisical_project_role" "biller" {
Required:

- `action` (String) Describe what action an entity can take. Enum: create,edit,delete,read
- `subject` (String) Describe what action an entity can take. Enum: role,member,groups,settings,integrations,webhooks,service-tokens,environments,tags,audit-logs,ip-allowlist,workspace,secrets,secret-rollback,secret-approval,secret-rotation,identity
- `subject` (String) Describe what action an entity can take. Enum: role,member,groups,settings,integrations,webhooks,service-tokens,environments,tags,audit-logs,ip-allowlist,workspace,secrets,secret-rollback,secret-approval,secret-rotation,identity,certificate-authorities,certificates,certificate-templates,kms,pki-alerts,pki-collections

Optional:

Expand Down

0 comments on commit a7b3bd3

Please sign in to comment.