vault
vault copied to clipboard
[VAULT-5501] Remove `CreateOperation` from /transit/cache-config
A logical.CreateOperation without the implementation of an ExistenceCheck defaults to becoming a logical.UpdateOperation. We're removing the logical.CreateOperation from /transit/cache-config to improve the output of the OpenApi Spec.
Verified OAS Spec doesn't advertise the x-vault-createSupported in OpenApi spec. Also verified the transit/cache-config POST still works.
See this gh issue #12329
Please see my PR #18492 which includes this change, and more.
Please see my PR #18492 which includes this change, and more.
Thanks! I will close this in favor of your PR