Skip to main content

Collect kubernetes secrets into a python dictionary.

Project description

Collect Kubernetes secrets into a python dictionary. For use by python applications running in Docker containers.

Install

Install package:

pip install mystiko

Usage

Assuming you have given Kubernetes a secret with key “db-password”:

from mystiko import k8s

k8s_secrets = k8s.get_secrets()

db_pwd = k8s_secrets['db-password']

Name

“Kubernetes” is Greek for “helmsman” or “pilot.” Following that theme, “mystiko” is Greek for “secret.”

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

mystiko-0.1.tar.gz (1.4 kB view hashes)

Uploaded Source

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