Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

meeshkan/meeshkan-hosted-secrets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meeshkan-hosted-secrets

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

from meeshkan_hosted_secrets import access_secret_string

secret_string = access_secret_string("MY_SECRET_NAME")
secret_bytes = access_secret_bytes("ANOTHER_SECRET_NAME")