open-vault/builtin
John-Michael Faircloth 096a354626
approle: convert Callbacks to Operations (#11893)
* approle: convert Callbacks to Operations

The usage of oldstyle "Callbacks" is causing the `cannot write to readonly
storage` error message when `login` is attempted against a performance standby.

Use the newstyle "Operations" and additionally set the Forward
parameters to forward the request to the Active vault node.

* add changelog

* do not forward for alias lookahead operation

* remove forward fields and remove changelog

- Because this request is an UpdateOperation, it should have automatically been
routed to the primary/active by the router before it reaches the backend.
- changelog should not be needed as this change is only a refactor with
no user-facing behavior changes.
2021-06-21 13:38:22 -05:00
..
audit builtin: deprecate errwrap.Wrapf() throughout (#11430) 2021-04-22 11:20:59 -04:00
credential approle: convert Callbacks to Operations (#11893) 2021-06-21 13:38:22 -05:00
logical Fix: Transit encrypt batch does not honor key_version (#11628) 2021-05-27 14:05:20 -05:00
plugin Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00