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
@wasaga it appears that we don't currently support the redirect option, I'm guessing because its incompatible with an ingress rule. For the same reason, would the new direct response option also not be supported?
I think this needs more detailed requirements. I'm not sure how the backend resource is intended to be used with an ingress rule. For example, what would be the format of the data in the config map or secret? The direct response itself:
{"status":200, "body": "TEST"}
Or is it something more nested?
{
"response": {
"status": 200,
"body": "TEST"
}
}
Maybe we should put this on hold till we have clearer needs from users.
Direct responses are described in pomerium/pomerium#4954. We should support them in the ingress controller as well.
The text was updated successfully, but these errors were encountered: