Skip to content

Commit

Permalink
docs: add known issue to 1.10 release notes (#14861)
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Gebauer <[email protected]>
  • Loading branch information
1 parent 8c11a84 commit 993ab8a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions website/content/docs/release-notes/1.10.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,17 @@ When a user has a policy that allows creating a secret engine but not reading it

When adding or modifying a Duo MFA method for step-up Enterprise MFA using the `sys/mfa/method/duo` endpoint, a panic gets triggered due to a missing schema field. We will have a fix for this in Vault 1.10.1. Until this issue is fixed, avoid making any changes to your Duo configuration if you are upgrading Vault to v1.10.0.

### Sign in to UI using OIDC auth method results in an error

Signing in to the Vault UI using an OIDC auth mount listed in the "tabs" of the form will result
in the following error: "Authentication failed: role with oidc role_type is not allowed".
The auth mounts listed in the "tabs" of the form are those that have [listing_visibility](/api-docs/system/auth#listing_visibility-1)
set to `unauth`.

There is a workaround for this error that will allow you to sign in to Vault using the OIDC
auth method. Select the "Other" tab instead of selecting the specific OIDC auth mount tab.
From there, select "OIDC" from the "Method" select box and proceed to sign in to Vault.

## Feature Deprecations and EOL

Please refer to the [Deprecation Plans and Notice](/docs/deprecation) page for up-to-date information on feature deprecations and plans. An [Feature Deprecation FAQ](/deprecation/faq) page is also available to address questions concerning decisions made about Vault feature deprecations.

0 comments on commit 993ab8a

Please sign in to comment.