Skip to content

Commit

Permalink
backport of commit b08ecd7 (hashicorp#19241)
Browse files Browse the repository at this point in the history
Co-authored-by: John-Michael Faircloth <[email protected]>
  • Loading branch information
1 parent fcfc583 commit fe4d56c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/content/docs/upgrading/upgrade-to-1.12.x.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ Vault Enterprise will now perform a supported storage check at startup. There is

@include 'consul-dataplane-upgrade-note.mdx'

### External Plugin Loading

Vault 1.12.0 introduced a change to how external plugins are loaded. Prior to
Vault 1.12.0 plugins were lazy loaded on startup. This means that plugin
processes were killed after a successful mount and then respawned when a
request is routed to them. Vault 1.12.0 introduced auto mutual TLS for
secrets/auth plugins so we do not lazy load them on startup anymore.

## Known Issues

### Pinning to builtin plugin versions may cause failure on upgrade
Expand Down

0 comments on commit fe4d56c

Please sign in to comment.