ejson2env icon indicating copy to clipboard operation
ejson2env copied to clipboard

Decrypt EJSON secrets and export them as environment variables.

Results 21 ejson2env issues
Sort by recently updated
recently updated
newest added

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...

dependencies
ruby

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20220411220226-7b82a4e95df4&new-version=0.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies
go

Bumps golang from 1.20.5-alpine to 1.22.3-alpine. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.20.5-alpine&new-version=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...

dependencies
docker

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)...

cla-needed

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 _...