apigeelint
Version:
Node module and tool to lint a bundle for an Apigee API Proxy or sharedflow.
19 lines (18 loc) • 552 B
text/xml
<ServiceCallout name='SC-Response-element-invalid1'>
<Request variable='simpleGetRequest'>
<Set>
<Verb>GET</Verb>
</Set>
</Request>
<Response variable='jwksResponse'/> <!-- this is wrong syntax -->
<HTTPTargetConnection>
<SSLInfo>
<Enabled>true</Enabled>
<IgnoreValidationErrors>false</IgnoreValidationErrors>
</SSLInfo>
<Properties>
<Property name='success.codes'>2xx</Property>
</Properties>
<URL>https://www.googleapis.com/oauth2/v3/certs</URL>
</HTTPTargetConnection>
</ServiceCallout>