This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I want to create a custom role with only required permissions, and that
I don’t want to use wild roles like Connectors.admin or SQL admin for
the following connectors Pub/sub , cloud sql , and Cloud storage.what
are the list of ONLY actually needed p...
i need to control executing a policy or not depending on the running
envFor example i need to execute CORS policy only on dev and test but
not on production I don't want to set a config with the env name ? any
other solutions
I have a MessageLogging policy in Post client flow for logging request
,response, policy executed flags variables and so on I do not use any
javascript policies to set these variables anywhere. for some reason if
any of those variables fails to be se...
What are the proxy unit testing / integration testing best practices or
guidelines.what are the recommended tools?are there any newly posted
refrences articles or coding samples that I can follow ?
I want to know what is expected when I use this policy to set those
variables as followsI added this policy as the last step in my postFlowI
have an issue with viewing them in the debugging session and even if I
download the debugging session fileTra...
thank you for refencing to that but that still does not list the
permissions specific list.that's not my part , Devops team would like a
specific roles list,
1) yes am sure of the log name, I am aware of this issue. The logging
name is correct and the logging is enabled on the project 2) no value is
not null or undefined that doesnot cause an issue in the proxy but if
for example if I missed adding escape...
Tried that without the curly braces first. For some reason that didn’t
capture the valueit only worked when i used an assing message policy and
used set variable inside it and the passed that variable to the trace
policywhat about response.status.cod...
yes after enabling Cloud trace I could see those variables printed in
the request.but I have a problem with response.content somehow it is not
captured (set to the default value as shown in pic 1 ).the
response.status.code ( triggers an error in the ...
If I want to run this periodically is there another way ??or if I ever
encounter a use case where i need to call the recurring sub flow.How can
the sub flow be called at a certain step of the main integration? Is
that possible? Because integration ca...