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
Implement optional encryption for secrets files. Sentinel should be able to decrypt these files at runtime using a user-provided decryption key or passphrase, ensuring data is secure even if the file is compromised.
Acceptance Criteria:
Sentinel can decrypt encrypted secrets files for
MongoDB,
MySQL
PostgreSQL connections,
with clear error handling if decryption fails or the key is incorrect.
The text was updated successfully, but these errors were encountered:
Implement optional encryption for secrets files. Sentinel should be able to decrypt these files at runtime using a user-provided decryption key or passphrase, ensuring data is secure even if the file is compromised.
Acceptance Criteria:
Sentinel can decrypt encrypted secrets files for
with clear error handling if decryption fails or the key is incorrect.
The text was updated successfully, but these errors were encountered: