Applicaton config via AWS S3 and AWS Secrets Manager
Project description
Python script to push and pull application config
This script is used to push and pull secrets, s3 config and ssm values for use in applications.
Usage
Pushing Config
Usage: croudtech-bootstrap put-config [OPTIONS] VALUES_PATH
Options:
--prefix TEXT The path prefix (Name prefix used when storing secrets and SSM values)
--region TEXT The AWS region (Defaults to the current region set using AWS_DEFAULT_REGION or AWS_REGION env vars)
--delete-first Delete the values in this path before pushing (useful for cleanup) This will remove any values with the current path prefix that aren't included in the files we're pushing.
--help Show this message and exit.
The put-config command requires the following file structure:
├── ENVIRONMENT_NAME_1
│ ├── common.yaml
│ ├── common.secret.yaml
│ ├── AppConfig1.yaml
│ ├── AppConfig1.secret.yaml
│ ├── AppConfig2.yaml
│ └── AppConfig2.secret.yaml
├── ENVIRONMENT_NAME_2
│ ├── common.yaml
│ ├── common.secret.yaml
│ ├── AppConfig1.yaml
│ ├── AppConfig1.secret.yaml
│ ├── AppConfig2.yaml
│ └── AppConfig2.secret.yaml
Running python -m croudtech-bootstrap put-config CONFIG_FILES_PATH
will create config for AppConfig1 and AppConfig2 in both defined environments.
common.yaml and common.secret.yaml files contain shared config that will be used for all applications.
Pulling config
Usage: croudtech-bootstrap get-config [OPTIONS]
Options:
--environment-name TEXT The environment name [required]
--app-name TEXT The app name [required]
--prefix TEXT The path prefix
--region TEXT The AWS region
--include-common / --ignore-common
Include shared variables
--output-format [json|yaml|environment|environment-export]
--parse-redis-param / --ignore-redis-param
Parse redis host and allocate a redis
database number. Requires network access to the redis instance
--help Show this message and exit.
Using the put-config example above we can pull the config as follows
croudtech-bootstrap get-config --environment-name ENVIRONMENT_NAME_1 --app-name AppConfig1 --output-format environment
Installation
pip install croudtech-bootstrap
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
croudtech_bootstrap-0.1.50.tar.gz
(230.1 kB
view hashes)
Built Distribution
Close
Hashes for croudtech_bootstrap-0.1.50.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47140f106a961391e92a112cdaa924c5d21492448c44dbe62d0d1192a436242c |
|
MD5 | 45b6c1c823acade61338f6947476d857 |
|
BLAKE2b-256 | 2614447a42832547270e7a441438e6e41cdb6f41231f0eb81486679b67e87b84 |
Close
Hashes for croudtech_bootstrap-0.1.50-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f8a8e1df45118684a863a5f7d554e878ef5af288eb517e8de55fb3c72a24a74 |
|
MD5 | 11cf7cd086373e0b95a0856fd8ee50de |
|
BLAKE2b-256 | 2bbc5560f8c77ad5443b89a34b7203143fae76dbb3f34229a602868e2c8c9521 |