Known issue for UI logins with underscores and unauth listing (#31140)

* add known issue for ui login problem

* add custom message suggestion

* Update website/content/docs/updates/important-changes.mdx

Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>

* add fix version

---------

Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>
This commit is contained in:
miagilepner 2025-07-01 20:24:02 +02:00 committed by GitHub
parent 37e707b270
commit 3a8a3ab8f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 23 additions and 1 deletions

View file

@ -15,7 +15,7 @@ valid_change_types: >-
# Important changes
**Last updated**: 2025-06-20
**Last updated**: 2025-06-30
Always review important or breaking changes and remediation recommendations
before upgrading Vault.
@ -147,6 +147,27 @@ None.
## Known issues
### UI login fails for auth mounts with underscores and unauthenticated listing ((#ui-login-underscore))
| Change | Affected version | Fixed version
| ------------ | ---------------- | --------------------
| Known issue | 1.20.0 | 1.20.1
Login requests to auth methods mounted at paths using underscores (e.g. `oidc_test`)
with `listing_visibility="unauth"` fail because the GUI calls the wrong
endpoint. Mounts with dashes (e.g. `oidc-test`) work correctly.
#### Recommendation
As a workaround, you can log in to the GUI using the following steps:
1. Navigate directly to the URL for the desired method type (e.g. `${VAULT_ADDR}/ui/vault/auth?with=oidc`)
1. Click "Sign in with other methods ->"
1. Select the method type from the dropdown
1. Click **Advanced settings** and provide the correct path (e.g., `oidc_test`).
We also recommend creating a [custom GUI message](/vault/docs/ui/custom-message) describing the workaround steps for users.
### Duplicate unseal/seal wrap HSM keys ((#hsm-keys)) <EnterpriseAlert inline="true" />
| Change | Status | Affected version | Fixed version

View file

@ -11,3 +11,4 @@ Found | Fixed | Workaround | Edition | Issue
------ |------- | ---------- | ---------- | -----
1.20.0 | No | **Yes** | All | [Duplicate unseal/seal wrap HSM keys](/vault/docs/v1.20.x/updates/important-changes#hsm-keys)
1.20.0 | No | **Yes** | Enterprise | [Development cluster setting overwritten on secondary cluster reload](/vault/docs/v1.20.x/updates/important-changes#development-cluster-reload)
1.20.0 | No | **Yes** | All | [UI login fails for auth mounts with underscores and unauthenticated listing](/vault/docs/v1.20.x/updates/important-changes#ui-login-underscore)