Skip to content

manucalop/cloudops-secret-manager-google

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages