taskotron / vault

Created 6 years ago
Maintained by jskladan
ARCHIVED: Secrets storage for taskotron
Members 2
Kamil Páral committed 3 years ago

THIS PROJECT IS NOW UNMAINTAINED.

This is kept around for archival purposes only.


Secrets Storage for Taskotron

To register the app callback against iddev: oidc-register https://iddev.fedorainfracloud.org http://localhost:4999

To create encryption master-key: base64.b64encode(hashlib.pbkdf2_hmac('sha256', os.urandom(256), os.urandom(16), 100000))