How to store encrypted kvm values in github

Hi Team,

is there a way we can store encrypted value for encrypted kvm while commiting in github, same value I need to decrypt while deploying API Proxy from Azure Devops?

0 3 176
3 REPLIES 3

You can checkin secrets to Github, but ... it's generally not a good idea to do that!

If you encrypt your secrets, I guess that's better. But the encryption and decryption is up to you to manage.

Thanks Dino.

Is there standard tool/command like grunt we can use to encrypt secrets and check in to github and same value need be decrypted while deploying proxy through azure pipelines.

Just wanted know how best we can encrypt the values before commiting into github and decryption while deploying.

I'm sorry, I don't have any good suggestions on how to handle encryption and decryption of secrets that are stored in public repos.