Skip to content

RibeiroAna/taskcluster-secrets

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Shell 0.6%