meeshkan-hosted-secrets

Utility package to access Secret Manager on meeshkan.io


Keywords
meeshkan-io, python, secret-manager
License
MIT
Install
pip install meeshkan-hosted-secrets==0.6

Documentation

meeshkan-hosted-secrets

Utility python package to access Secret Manager secrets on meeshkan.io.

from meeshkan_hosted_secrets import access_secret_string

secret_value = access_secret_string("MY_SECRET_NAME")