open-vault/builtin/logical/transit
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/transit plugin/secrets/auth: enable multiplexing (#19215) 2023-02-16 22:25:15 +00:00
backend.go Vault-11713: Add the ability for transit to use managed keys (#18844) 2023-01-27 13:39:58 -06:00
backend_test.go Add transit key config to disable upserting (#18272) 2022-12-08 15:45:18 -05:00
managed_key_util.go Add some managed key build tags to support incoming enterprise feature work. (#18902) 2023-01-30 14:57:01 -06:00
path_backup.go
path_backup_test.go
path_cache_config.go
path_cache_config_test.go
path_config_keys.go Add transit key config to disable upserting (#18272) 2022-12-08 15:45:18 -05:00
path_config_keys_test.go Add transit key config to disable upserting (#18272) 2022-12-08 15:45:18 -05:00
path_datakey.go
path_decrypt.go Vault-11713: Add the ability for transit to use managed keys (#18844) 2023-01-27 13:39:58 -06:00
path_decrypt_bench_test.go
path_decrypt_test.go Add the batch reference field, as in Transform, to Transit operations (#18243) 2022-12-13 12:03:40 -06:00
path_encrypt.go Vault-11713: Add the ability for transit to use managed keys (#18844) 2023-01-27 13:39:58 -06:00
path_encrypt_bench_test.go
path_encrypt_test.go Add the batch reference field, as in Transform, to Transit operations (#18243) 2022-12-13 12:03:40 -06:00
path_export.go
path_export_test.go
path_hash.go
path_hash_test.go
path_hmac.go Vault-11713: Add the ability for transit to use managed keys (#18844) 2023-01-27 13:39:58 -06:00
path_hmac_test.go Add the batch reference field, as in Transform, to Transit operations (#18243) 2022-12-13 12:03:40 -06:00
path_import.go
path_import_test.go
path_keys.go Vault-11713: Add the ability for transit to use managed keys (#18844) 2023-01-27 13:39:58 -06:00
path_keys_config.go Add transit key config to disable upserting (#18272) 2022-12-08 15:45:18 -05:00
path_keys_config_test.go Add transit key config to disable upserting (#18272) 2022-12-08 15:45:18 -05:00
path_keys_test.go
path_random.go
path_random_test.go
path_restore.go
path_restore_test.go
path_rewrap.go Resolve unrecognized parameter warnings on batch_input parameter in transit (#18299) 2023-01-04 09:15:48 -05:00
path_rewrap_test.go Add the batch reference field, as in Transform, to Transit operations (#18243) 2022-12-13 12:03:40 -06:00
path_rotate.go Vault-11713: Add the ability for transit to use managed keys (#18844) 2023-01-27 13:39:58 -06:00
path_sign_verify.go Vault-11713: Add the ability for transit to use managed keys (#18844) 2023-01-27 13:39:58 -06:00
path_sign_verify_test.go Add the batch reference field, as in Transform, to Transit operations (#18243) 2022-12-13 12:03:40 -06:00
path_trim.go
path_trim_test.go
path_wrapping_key.go
path_wrapping_key_test.go
stepwise_test.go Make API not depend on SDK (#18962) 2023-02-06 09:41:56 -05:00