open-vault/builtin/logical/rabbitmq
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/rabbitmq plugin/secrets/auth: enable multiplexing (#19215) 2023-02-16 22:25:15 +00:00
backend.go [VAULT-3008] Update RabbitMQ dependency and fix regression in UserInfo.Tags in v3.9 (#12877) 2021-10-20 09:46:37 -07:00
backend_test.go Use hashicorp mirror for container pulls (#17778) 2022-11-02 13:33:17 -04:00
passwords.go
path_config_connection.go [VAULT-3008] Update RabbitMQ dependency and fix regression in UserInfo.Tags in v3.9 (#12877) 2021-10-20 09:46:37 -07:00
path_config_connection_test.go
path_config_lease.go
path_config_lease_test.go
path_role_create.go Remove spurious fmt.Printf calls including one of a key (#15344) 2022-05-19 12:27:02 -07:00
path_role_create_test.go
path_roles.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
secret_creds.go