Hi -- I have a self-hosted instance running on a GCP instance and am trying to set up a custom auth method for the service account running on this instance to obtain an access token necessary for it to contact an internal API on a private VPC as a new resource. Google provides a special endpoint for service accounts to obtain such an access token via a simple GET. However when I add that as an API Request step in the custom auth config and test it, I simply get an uninformative failure message from the console:
Is there any way to see the actual response from the API Request step?