ejson2env
ejson2env copied to clipboard
Decrypt EJSON secrets and export them as environment variables.
Bumps the bundler group with 1 update in the / directory: [rexml](https://github.com/ruby/rexml). Updates `rexml` from 3.2.5 to 3.2.8 Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed...
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto). Updates `golang.org/x/crypto` from 0.0.0-20220411220226-7b82a4e95df4 to 0.17.0 Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...
Bumps golang from 1.20.5-alpine to 1.22.3-alpine. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Keys with unencrypted values have a leading underscore. When exported to an env variable the underscore is preserved but can feel awkward to use on the system. The new `--trim-underscore`...
This pull request adds a flag `--raw` to skip shell escaping the values that are being output. The use-case I have for this flag is two-fold: 1. The current escaping...
This pull request adds a flag to ejson2env that enables exporting only a portion of the secrets as environment variables. The partial export functionality is described in the [ejson readme](https://github.com/Shopify/ejson/blob/5ec268c04e6ff3b436d25c8d26df5e4d37992b89/README.md?plain=1#L29-L30)...
Builds a binary for `linux-arm64`, to support ejson2env on AWS Graviton ARM instances.
For mixed applications that require secrets at build AND at runetime, it would be great if you could support same syntax. Eg storing vars in kubernetes_secrets/environment (json) AND ignoring _...