@@ -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
151149to determine the appropriate role when there are overlapping patterns across
152150different 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