Skip to content

Service boilerplate with dummy implementation

David Caro requested to merge kubecon_between_sessions_push into main

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

Merge request reports