RibeiroAna / taskcluster-secrets

A secret storage service for TaskCluster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TaskCluster Secrets Service Build Status

The secrets service allows task cluster clients with appropriate scopes to write secrets securely, and in such a way that each secret is tied to a scope. Further, scopes are used to limit the operations a particular client may perform on any secret they have been granted access to.

Expire Secrets

The service expects the following to run periodically (daily?) to flush expired secrets:

NODE_ENV=production babel-node bin/main.js expire

###Run Tests From the project's base run npm test

Post-Deployment Verification

After deploying a new version of this service, open up the tools site and sign in. Using the "secrets" tool, make sure you can read some secret that you have access to (that is, one listed in the UI).

About

A secret storage service for TaskCluster.

License:Mozilla Public License 2.0


Languages

Language:JavaScript 99.4%Language:Shell 0.6%