Skip to content

Commit cc520c8

Browse files
Fix typo and duplicated bullet within SPIFFE api docs (#1109)
Fix up a typo and the duplicated `profile` bullet within the SPIFFE 1.21.x API docs page.
2 parents 365821d + 17d98e0 commit cc520c8

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)