You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// NOTE: AWS KMS Asymmetric encryption is assumed.// Public key here would be one retrieved from AWS KMS.publicKey, err:=readPublicKey(d, osExecutor, rsaSvc)
the method readPublicKey always expects the param public_key_content and completely ignores the kms usage.
It seems the new version 0.3.x broke the usage of KMS keys instead of public/private key.
As I can see, according to the comment https://github.com/syndbg/terraform-provider-vaulted-null/blob/main/internal/provider/provider.go#L191-L193
the method
readPublicKey
always expects the parampublic_key_content
and completely ignores the kms usage.The text was updated successfully, but these errors were encountered: