secrets icon indicating copy to clipboard operation
secrets copied to clipboard

AWS KMS: Add support for handling CustomSecretData and PublicSecretData fields

Open adityadani opened this issue 7 years ago • 0 comments

IBM KP added support for two fields in the key context

  • CustomSecretData -> to indicate the secretData in Get/Set APIs does not need to be generated by KMS
  • PublicSecretData -> to indicate the secretData is only the public key and not the actual private secret

AWS KMS follows the same secret model as IBM KP where the secret provider supports generation of secret data keys.

adityadani avatar Oct 28 '18 07:10 adityadani