Skip to main content

AWS package which helps your program to retrieve a secret value stored in AWS Secrets Manager.

Project description

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}!')

Release history

1.0.1

Fixed breaking bug.

1.0.0

Initial commit.

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

aws_get_secret-1.0.1.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

aws_get_secret-1.0.1-py3-none-any.whl (15.0 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