Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steventhanna/center-fuge
A CLI to keep your deployment keys safe in open source projects
https://github.com/steventhanna/center-fuge
Last synced: 5 days ago
JSON representation
A CLI to keep your deployment keys safe in open source projects
- Host: GitHub
- URL: https://github.com/steventhanna/center-fuge
- Owner: steventhanna
- Created: 2015-12-14T23:31:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-08T06:13:15.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T22:19:55.833Z (7 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# center-fuge
## Why
I needed a safe and secure way to protect my deployent keys within my opensource projets on GitHub. Thus, center-fuge was born.## How
center-fuge acts as a centralized system that keeps the deployment keys inside the repo, yet they cannot be accessed without proper authorization. How? Well first, all of the deployment keys are encrypted using a custom hash generated by center-fuge. This hash is shared amongst other members of your team.Whats awesome about this method is that if the deployment keys are updated with newer versions, the rest of the team does not have to manually change all of the keys, since they are all saved on GitHub. Instead, the keys are just decrypted upon a users request per usual.
This safeguards keys from unauthorized users and pesky bots in search of a means to siphon resources for free.