open-vault/builtin/logical/aws
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/aws plugin/secrets/auth: enable multiplexing (#19215) 2023-02-16 22:25:15 +00:00
backend.go Add logging during awskms auto-unseal (#9794) 2020-09-28 14:06:49 -07:00
backend_test.go [QT-309] Resolve AWS config before testing ACC (#17949) 2022-11-17 11:55:27 -07:00
client.go Move awsutil over to the go-secure-stdlib version (#12128) 2021-07-20 20:42:00 -04:00
iam_policies.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
iam_policies_test.go Fix fmt error (#17241) 2022-09-20 13:33:01 -07:00
path_config_lease.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_config_root.go Update genUsername to cap STS usernames at 32 chars (#12185) 2021-08-09 09:40:47 -07:00
path_config_root_test.go [VAULT-1969] Add support for custom IAM usernames based on templates (#12066) 2021-07-20 09:48:29 -07:00
path_config_rotate_root.go builtin: deprecate errwrap.Wrapf() throughout (#11430) 2021-04-22 11:20:59 -04:00
path_roles.go Use %q for quoted strings where appropriate (#15216) 2022-08-03 12:32:45 -06:00
path_roles_test.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_user.go Use %q for quoted strings where appropriate (#15216) 2022-08-03 12:32:45 -06:00
rollback.go Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
secret_access_keys.go secrets/aws: don't create leases for AWS STS secrets (#15869) 2022-10-28 16:28:25 -05:00
secret_access_keys_test.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
stepwise_test.go Make API not depend on SDK (#18962) 2023-02-06 09:41:56 -05:00