Exporting shinyproxy authentication response

Hello!
I’ve got a problem in my hands that consists of exporting the POST response from my webservice to my kubernetes pods and I would like if someone can help my with that.

Background:
I’ve got a shiny application that runs with shinyproxy, docker and kubernetes, and we’re testing the shinyproxy webservice authentication method, but we need to pass the POST response to the pods created by shinyproxy. I’ve seen the SpEL resource built-in shinyproxy, however, it doesn’t show any runtime value for webservice authentication in the documentation.

Edit 1: I’ve been searching in the containerproxy files, and it seems that there’s no runtime value for webservice. I hope that i’m wrong :B