
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
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
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.