
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
GsmEnv is a gem to set parameters obtained from GCP Secret Manager as environment variables, inspired by aws-ssm-env gem.
2.7, 3.0, 3.1, 3.2
secretmanager.secrets.list
and secretmanager.versions.access
Install the gem and add to the application's Gemfile by executing:
bundle add gsm_env
If bundler is not being used to manage dependencies, install the gem by executing:
gem install gsm_env
GsmEnv.load(project_id: 'your-project-id')
Alternatively, you can omit the project_id
by setting it to GCP_PROJECT_ID
environment variable.
ENV['GCP_PROJECT_ID'] = 'your-project-id'
GsmEnv.load
GsmEnv.load(filter: 'labels.environment=production')
See https://cloud.google.com/secret-manager/docs/filtering for more details.
GsmEnv.load do |secret|
ENV["DEVELOPMENT_#{secret.name}"] = secret.value
end
See test/gsm_env_test.rb for more details.
# config/application.rb
if defined?(GsmEnv)
GsmEnv.load(project_id: 'your-project-id')
end
See also hidakatsuya/shopping_list for a reference of actual usage.
Bug reports and pull requests are welcome on GitHub at https://github.com/hidakatsuya/gsm_env. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the GsmEnv project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
FAQs
Unknown package
We found that gsm_env demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.