Puma plugin to update ENV vars at runtime.
This gem on its own won't do much. You'll need an adapter to read your ENV vars from a source:
- From k8s mounted secrets
- ~ * Your awesome adapter here * ~
Add this line to your application's Gemfile:
gem 'puma-runtime_env'
And then execute:
$ bundle
Or install it yourself as:
$ gem install puma-runtime_env
Bug reports and pull requests are welcome on GitHub at https://github.com/shaqq/puma-runtime_env. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the Apache 2.0 License.
Everyone interacting in the Puma::RuntimeEnv project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.