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:
John-Michael Faircloth 2024-04-04 16:25:33 -05:00 committed by GitHub
parent ee16d55bb2
commit c05e704f07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 0 deletions

View file

@ -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'

View file

@ -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.