Containers - Anthony-Bible/password-exchange GitHub Wiki
Containers
passwordexchange-container-prod
This is the "main" container and hosts the website form and the page for displaying decrypted content
passwordexchange-database
True to it's name,this container manages database queries
passwordexchange-encryption
This container handles encryption and decryption via grpc. Also generates a random string for cryptographic operations
passwordexchange-slackbot
This is the endpoint for all slack interactions. It interacts with both the encryption and database conttainers.