Arun Bhagyanath
Results
1
issues of
Arun Bhagyanath
This PR adds support for encrypting and decrypting files using [OVH Key Management Service](https://www.ovhcloud.com/en-ie/identity-security-operations/key-management-service/). # Usage ```bash export OVH_CERTIFICATE_FILE=/path/to/cert.pem export OVH_CERTIFICATE_KEY_FILE=/path/to/key.pem sops --ovh-kms "/" -e file.yaml > file.enc.yaml sops -d...