Skip to content

Commit 17d98e0

Browse files
committed
Fix typo and duplicated bullet within SPIFFE api docs
1 parent ae4648f commit 17d98e0

File tree

1 file changed

+3
-5
lines changed
  • content/vault/v1.21.x (rc)/content/api-docs/auth

1 file changed

+3
-5
lines changed

content/vault/v1.21.x (rc)/content/api-docs/auth/spiffe.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ error and rolls back any configuration changes.
3030

3131
- `trust_domain` `(string: <required>)` - The SPIFFE trust domain used by the
3232
plugin. You can omit the `spiffe://` prefix.
33-
- `profile` `(string: <required>)` - The profile to use to fetch the trust bundle, see profile section below
34-
for associated parameters based on the selected profile. Valid values are `static`,
3533
- `profile` `(string: <required>)` - Set the profile type and fetch mechanism
3634
for the profile used to fetch the trust bundle. Must be one of:
3735
- `https_spiffe_bundle` - fetch the trust bundle in JWKS format from a
@@ -40,7 +38,7 @@ for associated parameters based on the selected profile. Valid values are `stati
4038
endpoint.
4139
- `https_web_pem` - fetch a valid X.509 certificate as the trust bundle
4240
from an HTTPS endpoint.
43-
- `static` - use the trust bundle explicilty configured in the profile
41+
- `static` - use the trust bundle explicitly configured in the profile
4442
definition.
4543
- `audience` `(array: [])` - A list of allowed audience values for JWT based
4644
SVIDs. Vault rejects any JWT-based SVIDS not provided in the audience list.
@@ -151,8 +149,8 @@ Different roles may not have the same workload ID patterns. Vault uses standard
151149
to determine the appropriate role when there are overlapping patterns across
152150
different roles (e.g. role1 has `team1/*` and role2 has `team1/service1`).
153151

154-
| Method | Path |
155-
|:-------|:---------------------------|
152+
| Method | Path |
153+
|:-------|:--------------------------|
156154
| `POST` | `/auth/spiffe/role/:name` |
157155

158156
### Path parameters

0 commit comments

Comments
 (0)