Skip to content

Commit

Permalink
PR feedback on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendpclark committed Nov 29, 2024
1 parent 490b0cf commit 9ceaba4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions vault/resource_pki_secret_backend_role.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ func pkiSecretBackendRoleResource() *schema.Resource {
Type: schema.TypeString,
Required: true,
ForceNew: true,
ConflictsWith:
Description: "The path of the PKI secret backend the resource belongs to.",
},
consts.FieldName: {
Expand Down
5 changes: 2 additions & 3 deletions website/docs/r/pki_secret_backend_acme_eab.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: "vault"
page_title: "Vault: vault_pki_secret_backend_acme_eab resource"
sidebar_current: "docs-vault-resource-pki-secret-backend-acme-eab"
description: |-
Sets the EST configuration on a PKI Secret Backend for Vault.
Creates ACME EAB tokens within the PKI Secret Backend for Vault.
---

# vault\_pki\_secret\_backend\_acme_eab
Expand Down Expand Up @@ -40,8 +40,7 @@ The following arguments are supported:

* `role` - (Optional) Create an EAB token that is specific to a role's ACME directory.

**NOTE**: EAB tokens are specific to an ACME directory. Within Vault ACME there are different
ACME directories.
**NOTE**: Within Vault ACME there are different ACME directories which an EAB token is associated with;

1. Default directory (`pki/acme/`) - Do not specify a value for issuer nor role parameters.
2. Issuer specific (`pki/issuer/:issuer_ref/acme/`) - Specify a value for the issuer parameter
Expand Down

0 comments on commit 9ceaba4

Please sign in to comment.