Skip to main content

The cloudops-secret-manager-google package

Project description

cloudops-secret-manager-google

Easily manage your JSON secrets in Google Secret Manager.

Installation

pip install cloudops-secret-manager-google

Usage

from cloudops.secret_manager.google import Secret

secret = Secret("your-project-id", "your-secret")

# Create your secret
secret.create()

# Push a new version of your secret
data = {
    "key": "value"
}
secret.push(data)

# Pull dict
secret_data = secret.pull()

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

cloudops_secret_manager_google-0.1.1.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

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