open-vault/builtin/logical/ssh
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/ssh plugin/secrets/auth: enable multiplexing (#19215) 2023-02-16 22:25:15 +00:00
backend.go Allow cleanup ssh dynamic keys host keys (#18939) 2023-02-01 15:09:16 +00:00
backend_test.go Allow cleanup ssh dynamic keys host keys (#18939) 2023-02-01 15:09:16 +00:00
path_cleanup_dynamic_host_keys.go Allow cleanup ssh dynamic keys host keys (#18939) 2023-02-01 15:09:16 +00:00
path_config_ca.go Clarify key bits for ssh (#18854) 2023-01-26 10:14:05 -05:00
path_config_ca_test.go not_before_duration added to SSH (#15250) 2022-05-12 08:50:40 -04:00
path_config_zeroaddress.go Migrate to sdk/internalshared libs in go-secure-stdlib (#12090) 2021-07-15 20:17:31 -04:00
path_creds_create.go Remove dynamic keys from SSH Secrets Engine (#18874) 2023-01-31 16:02:22 -05:00
path_fetch.go Remove dynamic keys from SSH Secrets Engine (#18874) 2023-01-31 16:02:22 -05:00
path_issue.go ssh: Do not convert errors into logical.ErrorResponse in issue path (#15929) 2022-06-10 11:21:29 -04:00
path_issue_sign.go Evaluate ssh validprincipals user template before splitting (#16622) 2022-10-13 17:34:36 -05:00
path_lookup.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_roles.go Add default to allowed values for algorithm_signer (#17894) 2023-02-09 13:03:53 -05:00
path_sign.go ssh: Do not convert errors into logical.ErrorResponse in issue path (#15929) 2022-06-10 11:21:29 -04:00
path_verify.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
secret_otp.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
util.go Remove dynamic keys from SSH Secrets Engine (#18874) 2023-01-31 16:02:22 -05:00