Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
fastlane-plugin-secrets_manager_storage
Advanced tools
This plugin enables Fastlane users to store their provisioning profiles and certificates securely in
AWS Secrets Manager by adding a secrets_manager
storage backend to Fastlane match.
Reasons to use this (compared to the git or s3 backend):
MATCH_PASSWORD
– just use your existing AWS access controlsExpiresOn
and other metadata:information_source: Fastlane plugins are only automatically loaded when using a Fastfile. This means that using a Matchfile or
fastlane match
commands will not work with this storage backing. We're happy to take contributions but we've always ended up writing Fastlane actions in our projects anyway (not using thematch
commands orMatchfile
)
This project is a fastlane plugin. To get started with
fastlane-plugin-secrets_manager_storage
, add it to your project by running:
fastlane add_plugin secrets_manager_storage
You will then need to modify your Fastfile to have actions which use match/sync_code_signing use the
secrets_manager
storage backend. You can look in fastlane/Fastfile in this
repository for example use.
You will need to ensure that you have properly configured the environment to be able to access
Secrets Manager. If you use IAM Users then you may want to set AWS_ACCESS_KEY_ID
and
AWS_SECRET_ACCESS_KEY_ID
appropriately. AWS documentation
explains how credentials are loaded.
This project is formatted using Prettier. Simply run `rake prettier' to format
rake prettier
bundle install
yarn install
See our guide on contributing.
See our changelog.
fastlane is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out fastlane.tools.
Copyright © 2024 Klarna Bank AB
For license details, see the LICENSE file in the root of this project.
FAQs
Unknown package
We found that fastlane-plugin-secrets_manager_storage demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.