Managing secrets is a crucial task that must be addressed and appropriately done. In the context of CDK, managing secrets could be more intuitive and challenging, especially when securely storing and sharing them across different environments. A robust approach is represented by using Mozilla Secret Operations (SOPS). GitHub - Mozilla/sops: Simple and flexible tool for managing secrets
. sops is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats and encrypts with AWS KMS…github.com