forked from GLCharge/distributed-scheduler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Security: Encrypting job credentials (#13)
* Split job file into multiple files for better overview * Added security package with encryptor to encode and decode sensitive data * Implemented HTTP job encoding * Added AMQP job url validation * Updated components set encryptor at boot based on the environment. Added compose environment variables. Services are now initialized properly on boot. * Added base64 encoding and decoding on top of encryption * Added AMQP job credential encryption. * Removing credentials from API responses, for safety reasons. The connection URL in AMQP however, will have its username/password removed. * Updated test workflow * Added AMQP job conversion test
- Loading branch information
Showing
18 changed files
with
1,037 additions
and
344 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.