Shopify / ejson

EJSON is a small library to manage encrypted secrets using asymmetric encryption.
MIT License
1.34k stars 62 forks source link

Can _public_key be removed from the decrypted output? #39

Closed mcameron closed 3 months ago

mcameron commented 7 years ago

Terraform is complaining about _public_key not being a known root level key, so I would love an option to remove the public key from the decrypted output.

As an aside the help text (ejson --help) bundle install fails when calling ejson --help, (requesting bundle install - which also fails due to lack of a Gemfile).