Skip to content

Commit 8ee9ede

Browse files
Document acme_account_name cannot be changed on a role (#1998)
* Document acme_account_name cannot be changed on a role * Apply suggestions from code review Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> --------- Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
1 parent c1578d8 commit 8ee9ede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/vault/v2.x (rc)/content/api-docs/secret/pki-external-ca.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ Roles define policies for certificate issuance, including which domains you can
370370

371371
### Create/update role
372372

373-
Create or update a role.
373+
Create or update a role. You cannot modify `acme_account_name` after role creation.
374374

375375
| Method | Path |
376376
|:-------|:----------------------------------|
@@ -380,7 +380,7 @@ Create or update a role.
380380

381381
- `name` `(string: <required>)` - The name of the role.
382382

383-
- `acme_account_name` `(string: <required>)` - The name of the ACME account to use for certificate requests.
383+
- `acme_account_name` `(string: <required>)` - The name of the ACME account to use for certificate requests. You cannot change the account name after role creation.
384384

385385
- `allowed_domains` `(array<string>: [])` - List of domains the role accepts for certificates. You can use templates with ACL Path Templating (e.g., `{{identity.entity.name}}.example.com`).
386386

0 commit comments

Comments
 (0)