google-iap Questions
6
I’ve a question regarding Compute VM and its associated privileges. I have ‘Owner’ privileges at Project level. I created a VM but was not able to assign an external IP address to it. Upon referrin...
Yance asked 20/9, 2019 at 20:21
2
Solved
I configured Google Cloud IAP for AppEngine, and then, when I try to access my app, I login to my google account, and I am redirected to this url:
project-id.appspot.com/_gcp_gatekeeper/authenti...
Disputatious asked 25/3, 2019 at 17:32
0
I am trying to set up IAP and a global HTTPS load balancer to secure an app in Cloud Run using steps here. When I visit the app URL, I see an error saying this redirect_uri is missing:
https://iap....
Preen asked 26/5, 2023 at 14:55
2
I'm trying to work out how to logout a user which is using an application behind Google IAP
The end goal is to be able to bounce the user right back to the initial process they completed the first...
Ddene asked 16/11, 2017 at 12:34
2
I have some content in a GCS bucket:
$ gsutil ls gs://my-bucket
index.html
I'd like to serve this behind OAuth using Identity-Aware Proxy (IAP). I'm following these instructions.
I've created a...
Correggio asked 25/9, 2018 at 19:55
3
Solved
I recently enabled IAP in GKE cluster.
Cluster Version: 1.15.11-gke.11
I followed the instructions here: https://cloud.google.com/iap/docs/enabling-kubernetes-howto
Service config is as follo...
Austronesian asked 7/5, 2020 at 3:53
3
Solved
I have an angular app that is protected with Identity Aware Proxy (IAP). I am trying to add Firebase to this app in order to use firestore for a component using AngularFire. I don't want to make th...
Thiele asked 8/1, 2020 at 14:53
1
I have a simple Spring Boot service 'say-hi' to take GET request under /say-hi and return 'hello'. It's deployed in managed Cloud Run. Suppose I don't want to open it to the general public. Now I w...
Monserratemonsieur asked 4/5, 2020 at 20:52
1
I'm are trying make an ajax call to my web api server from a third party JavaScript integration. However after enabling IAP on my API server, I'm unable to make the calls to my web apis from my int...
Mardellmarden asked 5/11, 2018 at 23:24
1
Is it necessary to validate signed headers from IAP in the AppEngine Standard Python 3.7 runtime?
The IAP documentation is silent on specifics for the Python 3.7 runtime.
The IAP documentation sa...
Raneeraney asked 6/9, 2018 at 14:4
2
I would like to be able to programmatically generate an id token for iap using the user default credential on a dev environment (i.e. my own laptop with google cloud sdk installed and logged in).
...
Memorial asked 2/3, 2018 at 14:48
1
How can I access an IAP protected resource using Python? More specifically I'd like to generate the Bearer token needed in the Authorization header to make calls to the IAP protected resource.
I h...
Boccie asked 12/2, 2018 at 15:28
1
Solved
I have setup Cloud IAP on a development environment (spun up with Kubernetes and using Let's Encrypt) and everything is working fine.
The setup is pretty basic for this app:
1) An API that has a ...
Silence asked 12/5, 2017 at 16:24
1
© 2022 - 2024 — McMap. All rights reserved.