Skip to content

idenfy/AwsGetSecret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Get Secret

A library letting you easily retrieve a secret value from Aws Secrets Manager

Remarks

The project is written by Deividas Tamkus, supervised by Laimonas Sutkus and is owned by iDenfy. This is an open source library intended to be used by anyone. iDenfy aims to share its knowledge and educate market for better and more secure IT infrastructure.

Related technology

This project utilizes the following technology:

  • AWS (Amazon Web Services).
  • AWS SecretsManager.

Install

The project is built and uploaded to PyPi. Install it by using pip.

pip install aws-get-secret

Or directly install it through source.

./build.sh -ic

Description

This project allows you to get secret values from Aws Secrets Manager by just knowing secret's ID.

Examples

To retrieve a secret called MyCoolSecret use the following code snippet below.

from aws_get_secret.get_secret import GetSecret

secret_getter = GetSecret()
secret_value = secret_getter.MyCoolSecret

print(f'My super secret is: {secret_value}!')

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published