open-vault/builtin/logical/pki
Steven Clark d2f74c3901
Address various issues related to ACME EAB (#20755)
* Fix various EAB related issues

 - List API wasn't plumbed through properly so it did not work as expected
 - Use random 32 bytes instead of an EC key for EAB key values
 - Update OpenAPI definitions

* Clean up unused EAB keys within tidy

* Move Vault EAB creation path to pki/acme/new-eab

* Update eab vault responses to match up with docs
2023-05-24 21:17:33 +00:00
..
cmd/pki
dnstest
acme_authorizations.go
acme_billing.go
acme_billing_test.go Move activityType to a constant, set precedence (#20738) 2023-05-24 12:29:47 -04:00
acme_challenge_engine.go
acme_challenges.go
acme_challenges_test.go
acme_eab_policy.go
acme_errors.go
acme_jws.go Address various issues related to ACME EAB (#20755) 2023-05-24 21:17:33 +00:00
acme_state.go Address various issues related to ACME EAB (#20755) 2023-05-24 21:17:33 +00:00
acme_state_test.go Add nonce service to sdk/helpers, use in PKI (#20688) 2023-05-23 19:44:05 +00:00
acme_wrappers.go Enforce valid ACME accounts in challenge APIS (#20744) 2023-05-24 17:28:56 +00:00
acme_wrappers_test.go
backend.go Address various issues related to ACME EAB (#20755) 2023-05-24 21:17:33 +00:00
backend_test.go Address various issues related to ACME EAB (#20755) 2023-05-24 21:17:33 +00:00
ca_test.go
ca_util.go
cert_util.go Properly validate int ca lifetime error, add warning on leaf cert with basic constraints (#20654) 2023-05-19 19:52:16 +00:00
cert_util_test.go
chain_test.go
chain_util.go
config_util.go
crl_test.go
crl_util.go
fields.go Fix tidy with maintain_stored_certificate_counts == publish_stored_certificate_count_metrics == false (#20664) 2023-05-19 12:09:48 +00:00
integration_test.go
key_util.go
managed_key_util.go
path_acme_account.go
path_acme_authorizations.go
path_acme_challenges.go Enforce valid ACME accounts in challenge APIS (#20744) 2023-05-24 17:28:56 +00:00
path_acme_directory.go
path_acme_eab.go Address various issues related to ACME EAB (#20755) 2023-05-24 21:17:33 +00:00
path_acme_eab_test.go Address various issues related to ACME EAB (#20755) 2023-05-24 21:17:33 +00:00
path_acme_nonce.go
path_acme_order.go
path_acme_order_test.go
path_acme_revoke.go Enforce valid ACME accounts in challenge APIS (#20744) 2023-05-24 17:28:56 +00:00
path_acme_test.go Address various issues related to ACME EAB (#20755) 2023-05-24 21:17:33 +00:00
path_config_acme.go Validate no_store=false on role configuration (#20757) 2023-05-24 21:13:28 +00:00
path_config_ca.go
path_config_cluster.go
path_config_crl.go
path_config_urls.go
path_fetch.go
path_fetch_issuers.go
path_fetch_keys.go pki: add subject key identifier to read key response (#20642) 2023-05-18 16:49:22 +00:00
path_intermediate.go
path_issue_sign.go
path_manage_issuers.go
path_manage_keys.go
path_manage_keys_test.go
path_ocsp.go
path_ocsp_test.go
path_resign_crls.go
path_resign_crls_test.go
path_revoke.go
path_roles.go
path_roles_test.go
path_root.go
path_sign_issuers.go
path_tidy.go Address various issues related to ACME EAB (#20755) 2023-05-24 21:17:33 +00:00
path_tidy_test.go
periodic.go Fix race in PKI's runUnifiedTransfer (#20701) 2023-05-22 18:31:19 +00:00
secret_certs.go
storage.go Address various issues related to ACME EAB (#20755) 2023-05-24 21:17:33 +00:00
storage_migrations.go
storage_migrations_test.go
storage_test.go
storage_unified.go
test_helpers.go
util.go