Skip to content

First implementation of the envvars API service

David Caro requested to merge first_implementation into main

Using a code generator from the swagger yaml definition.

The code can already:

  • List all envvars
  • Get a envvars
  • Delete a envvars

All that with authentication using the API Gateway, and deployment using deploy.sh + helmfile.

Bug: #334578

Signed-off-by: David Caro dcaro@wikimedia.org

Edited by David Caro

Merge request reports