Skip to main content

No project description provided

Project description

Azumio Secure Api Keys

ASPK uses Google KMS.

Prerequisite

Authenticate google account

Installation

pip install py_secureapikeys_azumio

Usage

from py_secureapikeys_azumio.apikeys import SecureApiKeys

sak = SecureApiKeys('azumio-com', 'global', 'my-keyring','my-key')
microservice_api_key = sak.decrypt_key('my encrypted key in base64 format')

# use the microservice_api_key for calling that microservice

Decrypt API keys:

api_key = sak.decrypt_key("base64 encodede and KMS encrypted API Key")

Developers

Project uses Github actions.

Push to main branch it will deploy to https://test.pypi.org/

Production release

  1. Create tag
git tag 1.0.1
  1. Upgrade version in setup.py and pyproject.toml.

  2. Push tags:

git push origin --tags

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

py_secureapikeys_azumio-1.0.1.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

py_secureapikeys_azumio-1.0.1-py3-none-any.whl (10.7 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