Questions tagged [identity-aware-proxy]
68 questions
0
votes
1 answer
Authenticate requests from GCE to BigQuery through IAP
I am using a GCE instance with one of the python/jupyter notebook images provided by GCP to do some data analytics. The data resides in BigQuery. The instance can use a service account to access BiqQuery by default, but for data protection reasons I…

doubleL
- 21
- 3
0
votes
1 answer
How does TestCafe authenticate to an IAP secured application
Can someone guide on how can TestCafe authenticate to an IAP secured service/app please? I've tried to read this guide here but it seems a tad complicated for me. If anyone has done this before it will be great if you can share. Thank you in…

Ellin Teoh
- 25
- 4
0
votes
0 answers
IAP connector not routing request to on-prem. "No healthy upstream"
I'm trying to setup Identity Aware Proxy for my backend services parts of which resides in GCP and other on on-prem,according to the instruction given in the following link
Enabling IAP for on-premises apps and
Overview of IAP for on-premises…

Devopsception
- 397
- 1
- 4
- 10
0
votes
0 answers
Google Cloud Run Hosted User Sign-In 'Redirect' Throws Error When Using External Identity Providers
I have a Google Cloud App Engine app that functions correctly when either I allow unauthenticated AllUsers access or turn on IAM for controlling access in Identity Aware Proxy. However when I follow the instructions on this page…

Jeff
- 21
- 5
0
votes
0 answers
How to retrieve identified user information on a GAE React app protected by IAP
I have an application made with React on GAE protected by IAP.
I would like to show the logged in user's email address on the app page.
According to the documentation, there is a header named "x-goog-iap-jwt-assertion" that includes identified user…

aaaa
- 1
- 1
0
votes
1 answer
Using PROXY: command-line: line 0: Bad configuration option: ProxyUseFdpass?
For security concerns, needed to set GCP Compute Engine instance to not have External IP (external ip = None). In that case, it defaults to Identity Aware Proxy. IAP - to the same targets - does succeed from other machines, but not some in my data…

bruce
- 209
- 2
- 8
0
votes
0 answers
How do I modify IAP OauthClient
I just noticed that two of my projects have the same OauthClient for IAP on GCP.
I want to update one of the IAP resource so that each of my projects got unique OauthClient but I can't find how..
Any help ?
Workaround
So this ain't a solution but in…

Kimor
- 532
- 4
- 17
-3
votes
1 answer
Client specified an invalid argument error from Firebase Auth UI
I have appengine application protected by IAP/GCIP using email as external provider.
Using sample angular project for firebase authentication as provided in iap-gcip-web-toolkit github project, I want to use this authentication UI for the appengine…

tronline
- 117
- 1
- 9