You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i'm trying to figure out a way to get the Principal or request context from within the OperationHandler. I need to be able to take the caller's credentials to make a call to a downstream system. Right now, I am able to work around this by defining the api_key as a header parameter but that doesn't play well with swagger-ui and other tools.
The text was updated successfully, but these errors were encountered:
Hi, i'm trying to figure out a way to get the Principal or request context from within the OperationHandler. I need to be able to take the caller's credentials to make a call to a downstream system. Right now, I am able to work around this by defining the api_key as a header parameter but that doesn't play well with swagger-ui and other tools.
The text was updated successfully, but these errors were encountered: