SECURITY
Automate key rotations
Automate the rotation of keys used for data store credentials to improve security.🔄 Tasks
- Generate key: Generate the new key for the rotation.
- Look up credential: Retrieve the existing credential from everywhere the credential exists (e.g. the data store, credential stores like Vault, in metadata, etc).
- Update key: Update the credential with the provided key everywhere the credential exists (e.g. the data store, credential stores like Vault, in metadata, etc).
There could be more validation steps along the lines of optimistic locking, if needed.
🎉 Outcome
Automate the rotation of keys used for data store credentials to improve security.
Related
SECURITY
Maintain once, distribute anywhere access policies
Protect data regardless which tools are used to access it.
SECURITY
Security and compliance reporting
Report on interrelated metadata for security or compliance purposes.
SECURITY
Define access control policies at scale
Make access controls faster and easier to set up.