Service boilerplate with dummy implementation
Basic boilerplate:
- swagger definition as source of truth
- code generated from the swagger definition
- authentication (using the api-gateway)
Implemented methods:
- get one secret
- get all secrets
- delete one secret
- create one secret
- healthz
Signed-off-by: David Caro dcaro@wikimedia.org