Skip to main content

Small utility to fuzzy search from a secret store and print the value to stdout

Project description

fuzzy-secret-stdout

Small utility to fuzzy search from a secret store and print the value to stdout

main GitHub License PyPI - Version

Install

python -m pip install fuzzy-secret-stdout

Dependencies:

Usage

# fuzzy search from secrets from aws parameter store
fuzzy-secret-stdout

# alias for the above
fss

# fuzzy search and explicitly specify the secret store to search
fss -i AWS_SECRET_MAN

# fuzzy search aws secret manager and pipe into jq
fss -i AWS_SECRET_MAN | jq .

Integrations

fuzzy-secret-stdout supports the following secret stores:

Secret Store Command Line Argument
AWS Systems Manager Parameter Store AWS_SSM
AWS Secrets Manager AWS_SECRET_MAN

The Command Line Argument above is passed as the -i flag. AWS_SSM is the default.

Environment Variables

Environment Variables Description Default
FSS_MAX_BATCH_RESULTS The maximum number of results to request from the underlying secret service per batch. Note that this value might be rejected by the underlying secret service. For example boto3 validates this value to be <= 50 for AWS SSM 50

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fuzzy_secret_stdout-0.3.0.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

fuzzy_secret_stdout-0.3.0-py3-none-any.whl (7.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page