latchset / clevis

Automated Encryption Framework
GNU General Public License v3.0
832 stars 99 forks source link

Supporting URI and/or query string with tang #440

Closed clauderobi closed 8 months ago

clauderobi commented 9 months ago

Hi, is it possible to support something more elaborate than the base URL when interacting with the tang servers? Like extra elements in the URI? Or may be a query string?

Ultimately, I want to have a "proxy" in front of the tang server to perform additional processing before delivering the request (GET and POST).

I am open to other methods, such as having additional data in the JSON message.