microsoft / AuthJanitor

Manage the lifecycle of application tokens, keys, and secrets in Azure
https://www.authjanitor.com
MIT License
45 stars 17 forks source link

Containerize application #77

Closed ViniciusSouza closed 4 years ago

ViniciusSouza commented 4 years ago

Adding container support to the project with the go to run docker-compose up to have the solution up and running.

During the process we move the source code to the /src directory

Fixes #71

ericmaino commented 4 years ago

LGTM

facundod commented 4 years ago

Looks good

anthturner commented 4 years ago

LGTM but I want to keep an eye on the paths because Functions Proxies routes were the reason to use the /aj/ prefix in the first place. Testing and deployment are top priority on my list through, so I want to prioritize that for the moment while we keep in mind what a publish will look like for an end user.