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
DefaultCredentialsProvider is detecting App Engine when running on App Engine Flex compat mode. Since GAE Flex is based on GCE VMs is would be better if it use ComputeEngineCredentials when running on Flex.
DefaultCredentialsProvider is detecting App Engine when running on App Engine Flex compat mode. Since GAE Flex is based on GCE VMs is would be better if it use ComputeEngineCredentials when running on Flex.
The App Engine check is here:
https://github.com/google/google-auth-library-java/blob/master/oauth2_http/java/com/google/auth/oauth2/DefaultCredentialsProvider.java#L211