Open jamesburns-rts opened 5 months ago
It's rare and generally not recommentded to pass secrects as inputs in the request. Prompt flow does not have short-term plan to support this feature ask.
Please consider the workaround to encode the jwt first and decode inside the flow when you need to call the external API.
Is there no current temporary workaround that can be used for reading the header instead of passing sensitive data as an input? To my understanding promptflow is served as a Flask app so we should be able to read it?
I would like to be able to pass sensitive parameters into the flow in a way they are not included in logging or tracing. Is this already possible?
My setup and situation
Possible solutions
Alternatives I've considered