alt-dima / tofugu

Infrastructure layers configuration orchestrator for OpenTofu or Terraform
Apache License 2.0
3 stars 0 forks source link

Tofu Toaster (RESTful API backend) #3

Closed alt-dima closed 5 months ago

alt-dima commented 5 months ago

Backend application to be used with

Should provide API with token access GET returns json based on the requested parameters POST/PUT/DELETE - updates jsons in the ToasterDB (MondoDB storage for inventory)

Jsons comes from inventory repo should be marked as read only

alt-dima commented 5 months ago

Created simple app based on gin Currently only GET /dimension/:org/:dimension is supported And no auth

alt-dima commented 5 months ago

Implement auth token validation