OpenCHAMI / bss

MIT License
1 stars 2 forks source link

[DEV] Fix all endpoints to be able to use Postgres #20

Closed synackd closed 1 month ago

synackd commented 7 months ago

Short Description While certain endpoints like /bootparameters are able to use either Etcd or Postgres backends, other endpoints like /bootscript can only use Etcd. All endpoints should be able to use either.

Definition of Done All endpoints must be able to handle requests correctly when Postgres is enabled instead of Etcd. In other words, output should be the same whether using Etcd or Postgres.

synackd commented 1 month ago

This is fixed as of v1.31.2.