mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-03 13:58:22 -04:00
docs: add known issue for jwt auth config (#26276)
* docs: add known issue for jwt auth config * Update website/content/partials/known-issues/1_16-jwt_auth_config.mdx Co-authored-by: Heat Hamilton <55773810+heatlikeheatwave@users.noreply.github.com> --------- Co-authored-by: Heat Hamilton <55773810+heatlikeheatwave@users.noreply.github.com>
This commit is contained in:
parent
ee16d55bb2
commit
c05e704f07
2 changed files with 18 additions and 0 deletions
|
|
@ -63,6 +63,8 @@ plugin process starts with `SOURCE=parent` and Vault reports a conflict for
|
|||
|
||||
## Known issues and workarounds
|
||||
|
||||
@include 'known-issues/1_16-jwt_auth_config.mdx'
|
||||
|
||||
@include 'known-issues/1_16-ldap_auth_login_anonymous_group_search.mdx'
|
||||
|
||||
@include 'known-issues/1_16-ldap_auth_login_missing_entity_alias.mdx'
|
||||
|
|
|
|||
|
|
@ -0,0 +1,16 @@
|
|||
### Error configuring the JWT auth method
|
||||
|
||||
#### Affected versions
|
||||
|
||||
- 1.16.1
|
||||
|
||||
#### Issue
|
||||
An error will occur when configuring the built-in jwt auth method. This will
|
||||
affect new mounts and updates to existing mounts. Existing mounts should not
|
||||
encounter an error if no modifications are made.
|
||||
|
||||
See this [issue](https://github.com/hashicorp/vault-plugin-auth-jwt/pull/290) for more details.
|
||||
|
||||
#### Workaround
|
||||
|
||||
Do not attempt to update an existing mount's config. New mounts can run the plugin as an external plugin to avoid the error.
|
||||
Loading…
Reference in a new issue