open-vault/changelog/17005.txt
Mike Palmiotto bf744e3bde
Handle deprecated builtins (#17005)
* core: Handle deprecated mounts on enable and unseal
* changelog: Deprecation Status handling
* core: Add Pending Removal override var
* core: Add some documentation for Pending Removal override
2022-09-06 15:49:35 -04:00

14 lines
535 B
Plaintext

```release-note:change
auth: `auth enable` returns an error and `POST /sys/auth/:type` endpoint
reports an error for `Pending Removal` auth methods.
```
```release-note:change
secrets: `secrets enable` returns an error and `POST /sys/mount/:type` endpoint
reports an error for `Pending Removal` secrets engines.
```
```release-note:improvement
core: Handle and log deprecated builtin mounts. Introduces
`VAULT_ALLOW_PENDING_REMOVAL_MOUNTS` to override shutdown and error when
attempting to mount `Pending Removal` builtin plugins.
```