Add known issue section to the upgrade guide (#6593)

This commit is contained in:
Brian Kassouf 2019-04-16 10:53:06 -07:00 committed by GitHub
parent daa9aba7bf
commit e959b92040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,14 @@ description: |-
This page contains the list of deprecations and important or breaking changes
for Vault 1.1.0 compared to 1.1.1. Please read it carefully.
## Known Issues
There is a known issue that could cause the upgrade to 1.1.1 to fail under
certain circumstances. This issue occurs when a KV version 2 mount exists but
contains no data. This will be fixed in 1.1.2. Addtionally a work around does
exist: prior to upgrading ensure all KV v2 mounts have at least one key written
to it.
## JWT/OIDC Plugin
Logins of role_type "oidc" via the /login path are no longer allowed.