Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Target Endpoint Conditional flows for specific resource

Not applicable

I want to add some policies for specific resources only in TargetEndpoint.So,I need to use Conditional flows.

But I could not find documentation on how to use similar one as below (used in ProxyEndpoint conditional flow ) for TargetEndpoint Conditional flow.Kindlyhelp.

<Condition>(proxy.pathsuffix MatchesPath "/abc") and (request.verb = "GET")</Condition>

I want something like,

TargetEndpoint

Preflow

/abc --->Put in /abc related policies in Target Req/Res

Postflow

So,I want the condition that can be used to create /abc conditional flow.

Solved Solved
0 1 190
1 ACCEPTED SOLUTION

gnanasekaran
Former Googler

you can use the same condition in the TargetEndpoint as well

(proxy.pathsuffix MatchesPath "/abc") and (request.verb = "GET")

View solution in original post

1 REPLY 1