systeminit / si

The System Initiative software
https://systeminit.com
Apache License 2.0
1.58k stars 261 forks source link

fix: use json body instead of query in delete secret request #4549

Closed zacharyhamm closed 2 months ago

zacharyhamm commented 2 months ago

https://github.com/systeminit/si/pull/4544 means we only allow content in the body of a DELETE method (this is the longstanding behavior). So this route, which was written before this fix landed, needs to be changed.

zacharyhamm commented 2 months ago

@stack72 how do i test secret deletion? not sure where to find in the app

zacharyhamm commented 2 months ago

@jobelenus I believe this is the route you were talking about?