open-vault/builtin/credential/userpass
John-Michael Faircloth 678556f3df
plugin/secrets/auth: enable multiplexing (#19215)
* plugin/auth: enable multiplexing

- the plugin will be multiplexed when run as an external plugin
  by vault versions that support secrets/auth plugin multiplexing (> 1.12)
- we continue to set the TLSProviderFunc to maintain backwards
  compatibility with vault versions that don't support AutoMTLS (< 1.12)

* enable multiplexing for secrets engines

* add changelog

* revert call to ServeMultiplex for pki and transit

* Revert "revert call to ServeMultiplex for pki and transit"

This reverts commit 755be28d14b4c4c4d884d3cf4d2ec003dda579b9.
2023-02-16 22:25:15 +00:00
..
cmd/userpass plugin/secrets/auth: enable multiplexing (#19215) 2023-02-16 22:25:15 +00:00
backend.go deprecating Legacy MFA (#14869) 2022-04-19 21:19:34 -04:00
backend_test.go update gofumpt to 0.3.1 and reformat the repo (#17055) 2022-09-07 17:31:20 -07:00
cli.go deprecating Legacy MFA (#14869) 2022-04-19 21:19:34 -04:00
path_login.go Brute forcing unlock user bug (#18890) 2023-01-30 13:06:10 -08:00
path_user_password.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_user_policies.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_users.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
stepwise_test.go Make API not depend on SDK (#18962) 2023-02-06 09:41:56 -05:00