vault/builtin/logical/pki
Steven Clark 293e8b8ac5
Fix enterprise failure of TestCRLIssuerRemoval (#23038)
This fixes the enterprise failure of the test
 ```
  === FAIL: builtin/logical/pki TestCRLIssuerRemoval (0.00s)
     crl_test.go:1456:
         	Error Trace:	/home/runner/actions-runner/_work/vault-enterprise/vault-enterprise/builtin/logical/pki/crl_test.go:1456
         	Error:      	Received unexpected error:
         	            	Global, cross-cluster revocation queue cannot be enabled when auto rebuilding is disabled as the local cluster may not have the certificate entry!
         	Test:       	TestCRLIssuerRemoval
         	Messages:   	failed enabling unified CRLs on enterprise

 ```
2023-09-13 08:11:52 -04:00
..
cmd/pki [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
dnstest [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
acme_authorizations.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
acme_billing_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
acme_billing.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
acme_challenge_engine.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
acme_challenges_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
acme_challenges.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
acme_eab_policy.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
acme_errors.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
acme_jws.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
acme_state_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
acme_state.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
acme_wrappers_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
acme_wrappers.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
backend_oss_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
backend_oss.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
backend_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
backend.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
ca_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
ca_util.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
cert_util_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
cert_util.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
chain_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
chain_util.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
cieps_util_oss.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
config_util.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
crl_test.go Fix enterprise failure of TestCRLIssuerRemoval (#23038) 2023-09-13 08:11:52 -04:00
crl_util.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
fields.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
integration_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
key_util.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
managed_key_util.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_acme_account.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_acme_authorizations.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_acme_challenges.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_acme_directory.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_acme_eab.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_acme_nonce.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_acme_order_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_acme_order.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_acme_revoke.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_acme_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_config_acme_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_config_acme.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_config_ca.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_config_cluster.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_config_crl.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_config_urls.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_fetch_issuers.go Clean up unused CRL entries when issuer is removed (#23007) 2023-09-12 20:56:47 +00:00
path_fetch_keys.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_fetch.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_intermediate.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_issue_sign.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_manage_issuers.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_manage_keys_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_manage_keys.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_ocsp_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_ocsp.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_resign_crls_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_resign_crls.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_revoke.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_roles_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_roles.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_root.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_sign_issuers.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_tidy_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
path_tidy.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
periodic.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
secret_certs.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
storage_migrations_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
storage_migrations.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
storage_test.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
storage_unified.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
storage.go Clean up unused CRL entries when issuer is removed (#23007) 2023-09-12 20:56:47 +00:00
test_helpers.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
util.go [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00