open-vault/builtin/logical/pki
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/pki plugin/secrets/auth: enable multiplexing (#19215) 2023-02-16 22:25:15 +00:00
backend.go Telemetry Metrics Configuration. (#18186) 2023-02-10 21:31:56 +00:00
backend_test.go PKI Response Structures Part 2 (#18479) 2023-02-15 15:09:57 -08:00
ca_test.go Add issuer reference info on JSON endpoint (#18482) 2022-12-19 21:39:01 +00:00
ca_util.go Vault 9406 enablement certs need userid handling in role (#18397) 2023-01-25 13:13:54 -05:00
cert_util.go Telemetry Metrics Configuration. (#18186) 2023-02-10 21:31:56 +00:00
cert_util_test.go Refactor PKI to use shared storage context (#18266) 2022-12-08 09:27:02 -05:00
chain_test.go Add t.Helper() to various PKI test helper methods (#18881) 2023-01-27 17:29:11 +00:00
chain_util.go
config_util.go Refactor CRL Building for unified CRLs (#18754) 2023-01-18 15:05:14 -05:00
crl_test.go PKI Response Structures Part 2 (#18479) 2023-02-15 15:09:57 -08:00
crl_util.go Telemetry Metrics Configuration. (#18186) 2023-02-10 21:31:56 +00:00
fields.go Telemetry Metrics Configuration. (#18186) 2023-02-10 21:31:56 +00:00
integration_test.go Adding Response Structures to PKI Config (#18376) 2023-02-15 14:51:27 -08:00
key_util.go
managed_key_util.go
path_config_ca.go Adding Response Structures to PKI Config (#18376) 2023-02-15 14:51:27 -08:00
path_config_cluster.go Adding Response Structures to PKI Config (#18376) 2023-02-15 14:51:27 -08:00
path_config_crl.go Adding Response Structures to PKI Config (#18376) 2023-02-15 14:51:27 -08:00
path_config_urls.go Adding Response Structures to PKI Config (#18376) 2023-02-15 14:51:27 -08:00
path_fetch.go Use the unified CRL on local CRL paths if UnifiedCRLOnExistingPaths is set (#18989) 2023-02-03 14:38:36 -05:00
path_fetch_issuers.go Add unified crl building (#18792) 2023-01-23 19:17:34 +00:00
path_fetch_keys.go
path_intermediate.go PKI Response Structures Part 2 (#18479) 2023-02-15 15:09:57 -08:00
path_issue_sign.go PKI Response Structures Part 2 (#18479) 2023-02-15 15:09:57 -08:00
path_manage_issuers.go PKI Response Structures Part 2 (#18479) 2023-02-15 15:09:57 -08:00
path_manage_keys.go PKI Response Structures Part 2 (#18479) 2023-02-15 15:09:57 -08:00
path_manage_keys_test.go PKI Response Structures Part 2 (#18479) 2023-02-15 15:09:57 -08:00
path_ocsp.go Revert URL encoding OCSP GET fix #18938 (#19037) 2023-02-08 11:24:26 -05:00
path_ocsp_test.go Revert URL encoding OCSP GET fix #18938 (#19037) 2023-02-08 11:24:26 -05:00
path_resign_crls.go
path_resign_crls_test.go Add t.Helper() to various PKI test helper methods (#18881) 2023-01-27 17:29:11 +00:00
path_revoke.go Return a detailed list response for unified-revoked API endpoint (#18862) 2023-01-26 19:12:35 +00:00
path_roles.go Vault 9406 enablement certs need userid handling in role (#18397) 2023-01-25 13:13:54 -05:00
path_roles_test.go
path_root.go Telemetry Metrics Configuration. (#18186) 2023-02-10 21:31:56 +00:00
path_sign_issuers.go
path_tidy.go Telemetry Metrics Configuration. (#18186) 2023-02-10 21:31:56 +00:00
path_tidy_test.go Attempt at fixing the memory usage in CI (#19171) 2023-02-14 08:40:25 -05:00
periodic.go Unified revocation migration code (#18866) 2023-01-27 15:49:20 +00:00
secret_certs.go Add support for revoke by serial number to update the unified CRL (#18786) 2023-01-23 10:22:10 -05:00
storage.go Telemetry Metrics Configuration. (#18186) 2023-02-10 21:31:56 +00:00
storage_migrations.go
storage_migrations_test.go Add t.Helper() to various PKI test helper methods (#18881) 2023-01-27 17:29:11 +00:00
storage_test.go
storage_unified.go Return a detailed list response for unified-revoked API endpoint (#18862) 2023-01-26 19:12:35 +00:00
test_helpers.go Use the unified CRL on local CRL paths if UnifiedCRLOnExistingPaths is set (#18989) 2023-02-03 14:38:36 -05:00
util.go Unified revocation migration code (#18866) 2023-01-27 15:49:20 +00:00