
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
aws-control-tower-manifest-builder
Advanced tools
Python package to automatically build the AWS Control Tower Manifest given Cloud Formation templates as input.
.. image:: https://img.shields.io/pypi/v/aws_control_tower_manifest_builder.svg :target: https://pypi.python.org/pypi/aws_control_tower_manifest_builder
.. image:: https://github.com/gabrielbac/aws_control_tower_manifest_builder/actions/workflows/test.yaml/badge.svg :target: https://github.com/gabrielbac/aws_control_tower_manifest_builder/actions/workflows/test.yaml/
.. image:: https://github.com/gabrielbac/aws_control_tower_manifest_builder/actions/workflows/release.yaml/badge.svg :target: https://github.com/gabrielbac/aws_control_tower_manifest_builder/actions/workflows/release.yaml/
.. image:: https://readthedocs.org/projects/aws-control-tower-manifest-builder/badge/?version=latest :target: https://aws-control-tower-manifest-builder.readthedocs.io/en/latest/?version=latest :alt: Documentation Status
Python package to automatically build the AWS Control Tower Manifest given Cloud Formation templates and SCPs as input.
.. image:: Pipeline.drawio.png
pip install aws-control-tower-manifest-builder
aws_control_tower_manifest_builder --input-cf sample_templates --input-scp sample_scp --output output_manifest
Note: the sample template includes incorrecly formatted templates.make venv
make black
make lint
make test
make local-test
To bump version:
git fetch
to fetch all tagsmake bump-<patch-minor-major>
.. code-block:: yaml
Metadata: manifest_parameters: # can be customized with --metadata-name name: detailed_template # Optional. Defaults to the file name. a-z, A-Z, 0-9, and "-" description: string # Required for SCPs deploy_method: stackset # Optional. All file in the template directory use "stackset" and in policy directory use "scp". accounts: ["123456789012", "987456123989"] # Requires "accounts" and/or "organizational_unit". If accounts is used, enforce only account # IDs with --enforce-account-number-only organizational_units: ["dev", "prod"] # Requires "accounts" and/or "organizational_unit". regions: ["us-east-1" , "us-east-2"] # Optional. Defaults to us-east-1. parameters: # Optional. List of parameters [SSM, Alfred, Values] - parameter_key: parameter1 parameter_value: value1 - parameter_key: parameter2 parameter_value: value2 export_outputs: # Optional. list of ssm parameters to store output values - name: /org/member/test-ssm/app-id value: $[output_ApplicationId]
FAQs
Python package to automatically build the AWS Control Tower Manifest given Cloud Formation templates as input.
We found that aws-control-tower-manifest-builder 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.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.