Mozilla/Sops | Orb Based on vranystepan/sops.
Orb Registry: https://circleci.com/orbs/registry/orb/theskimm/sops
Initial Release
circleci orb publish sops.yaml theskimm/sops@#.#.#Incremental Updates
circleci orb publish increment <path> <namespace>/<orb> <segment> [flags]- Use CircleCI version 2.1 at the top of your .circleci/config.yml file.
version: 2.1If you do not already have Pipelines enabled, you'll need to go to Project Settings -> Advanced Settings and turn it on.
- Add the orbs stanza below your version, invoking the orb:
orbs:
sops: theskimm/[email protected]- Use sops elements in your existing workflows and jobs.
- sops:
input_file_path: .env.test.circle
output_file_path: .env.test- Opt-in to use of third-party orbs on your organization’s Security settings page.
aws_decrypt
| PARAMETER | DESCRIPTION | REQUIRED | DEFAULT | TYPE |
|---|---|---|---|---|
aws_access_key_id |
- | - | AWS_ACCESS_KEY_ID |
env_var_name |
aws_secret_access_key |
- | - | AWS_SECRET_ACCESS_KEY |
env_var_name |
input_file_path |
- | ✅ | - | string |
output_file_path |
- | ✅ | - | string |
output_type |
--output-type $type | ✅ | - | string |
sops_release_url |
- | - | https://github.com/mozilla/sops/releases/download/3.3.1/sops-3.3.1.linux | string |