|
|
|
|
|
by szszrk
637 days ago
|
|
Worth stating some options for newcomers: - It let's you decrypt same file using multiple credentials/keys (every team member has its own) - it can use cloud vaults for encryption/decryption - for instance, keep your keys in Azure Key Vault or similar, and let the team access that using their own setup of AZ cli and SSO login you use to interact with the cloud anyway - it will be able to keep the encrypted file semantically correct, so you still can use linter checks on push to git, etc |
|