unifio / covalence

A tool for the management and orchestration of data used by HashiCorp infrastructure tooling.
Mozilla Public License 2.0
7 stars 3 forks source link

Extend sops capability to work against kms aliases #66

Open yuhunglin opened 6 years ago

yuhunglin commented 6 years ago

Working with real KMS key arns is hard to decipher, it'd be great if the SOPS_KMS_ARN field was somehow able to take kms aliases instead. Consider supporting another env var like SOPS_KMS_ALIAS_ARN that will be a wrapper around the SOPS_KMS_ARN abilities (multiple kms keys, assume roles, etc).