-
Notifications
You must be signed in to change notification settings - Fork 910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error replicating Cloud Run Explore Use Case 5: IAP for Cloud Run app is not set up correctly #1321
Comments
@juliodiez can you take a look? |
I'll do. For the first error I have some clue... |
I have tried tweaking some of the underlying Terraform but haven't had any success. |
For the first error, "IAP for Cloud Run app is not set up correctly", I guess you modified who can invoke Cloud Run:
and replaced 'allUsers' with another value. If that's the case, Cloud Run + IAP didn't support that... until this week! Now I'm adding support for it in the terraform code, stay tuned. Regarding the OAuth screen, not sure and I haven't taken a look yet. Only thing to mention is that the OAuth brand can only be created once and not updated nor deleted (and only "Organization Internal" brands can be created via API), so maybe it was already created for your project? |
Thanks for the response! I have checked all of the terraform and can confirm that I further adjusted the terraform to use the google_cloud_run_service_iam_member but still did not see any change. The "IAP for Cloud Run app is not set up correctly" error still persists. |
I have replicated the example put forward in the Cloud Run Blueprint Use Case 5.
However, after logging in, I see the following text in my browser:
Another strange thing that I saw was that the OAuth consent screen did not contain any of the custom information that I specified (App name, support email etc.), but simply says Choose an account to continue to iap.googleapis.com.
The text was updated successfully, but these errors were encountered: