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
hello,
I am trying to implement encryption using SQLAlchemy when storing data in PostgreSQL. I referred to the code for StringEncryptedType in the documentation of sqlalchemy-utils, which I have attached via the link.
hello,
I am trying to implement encryption using SQLAlchemy when storing data in PostgreSQL. I referred to the code for StringEncryptedType in the documentation of sqlalchemy-utils, which I have attached via the link.
https://sqlalchemy-utils.readthedocs.io/en/latest/data_types.html#sqlalchemy_utils.types.encrypted.encrypted_type.StringEncryptedType
But I would like to use AWS KMS here and when I set the ARN of AWS KMS as the secret key, the data is not encrypted.
What am I missing?
The text was updated successfully, but these errors were encountered: