vault icon indicating copy to clipboard operation
vault copied to clipboard

[VAULT-5501] Remove `CreateOperation` from /transit/cache-config

Open AnPucel opened this issue 3 years ago • 1 comments

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

AnPucel avatar Apr 05 '22 19:04 AnPucel

Please see my PR #18492 which includes this change, and more.

maxb avatar Dec 20 '22 14:12 maxb

Please see my PR #18492 which includes this change, and more.

Thanks! I will close this in favor of your PR

AnPucel avatar Jan 24 '23 20:01 AnPucel