open-vault/builtin/logical/pki
Alexander Scheel 48f3279c49
Return names for leaf_not_after_behavior responses (#15336)
Previously we'd return the raw enum value, which the entity accessing
the API wouldn't have any easy way of translating back into string
values. Return the string value directly instead.

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
2022-05-11 13:12:04 -04:00
..
cmd/pki Update to api 1.0.1 and sdk 0.1.8 2019-04-15 14:10:07 -04:00
backend.go Use Get lookup within PKI resolveXXX functions instead of list iterations (#15322) 2022-05-11 13:11:56 -04:00
backend_test.go Root issuers lack CA Chain + Chain Building Bug Fix (#15306) 2022-05-11 13:09:18 -04:00
ca_test.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00
ca_util.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00
cert_util.go Root issuers lack CA Chain + Chain Building Bug Fix (#15306) 2022-05-11 13:09:18 -04:00
cert_util_test.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00
chain_test.go Root issuers lack CA Chain + Chain Building Bug Fix (#15306) 2022-05-11 13:09:18 -04:00
chain_util.go Root issuers lack CA Chain + Chain Building Bug Fix (#15306) 2022-05-11 13:09:18 -04:00
config_util.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00
crl_test.go Compare issuer certificates using cert, signature algo and signature fields (#15285) 2022-05-11 13:04:54 -04:00
crl_util.go Prevent revoking all issuer certificates (#15289) 2022-05-11 13:03:49 -04:00
fields.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00
key_util.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00
managed_key_util.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00
path_config_ca.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00
path_config_crl.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00
path_config_urls.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00
path_fetch.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00
path_fetch_issuers.go Return names for leaf_not_after_behavior responses (#15336) 2022-05-11 13:12:04 -04:00
path_fetch_keys.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00
path_intermediate.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00
path_issue_sign.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00
path_manage_issuers.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00
path_manage_keys.go Add parameter validation to the new generate key PKI api (#15319) 2022-05-11 13:07:18 -04:00
path_manage_keys_test.go Add parameter validation to the new generate key PKI api (#15319) 2022-05-11 13:07:18 -04:00
path_revoke.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00
path_roles.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00
path_roles_test.go Compare issuer certificates using cert, signature algo and signature fields (#15285) 2022-05-11 13:04:54 -04:00
path_root.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00
path_sign_issuers.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00
path_tidy.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00
secret_certs.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00
storage.go Use Get lookup within PKI resolveXXX functions instead of list iterations (#15322) 2022-05-11 13:11:56 -04:00
storage_migrations.go Prevent revoking all issuer certificates (#15289) 2022-05-11 13:03:49 -04:00
storage_migrations_test.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00
storage_test.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00
test_helpers.go Compare issuer certificates using cert, signature algo and signature fields (#15285) 2022-05-11 13:04:54 -04:00
util.go Allow Multiple Issuers in PKI Secret Engine Mounts - PKI Pod (#15277) 2022-05-11 12:42:28 -04:00