Skip to content
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

403 error when trying to access the URL #4

Open
guilhem-martin opened this issue Jan 24, 2023 · 1 comment
Open

403 error when trying to access the URL #4

guilhem-martin opened this issue Jan 24, 2023 · 1 comment

Comments

@guilhem-martin
Copy link

guilhem-martin commented Jan 24, 2023

Hello,

I've followed the README.md and run the Terraform apply successfully.
I've added the user with the role httpsResourceAccessor.

data "google_iam_policy" "iap" {
  binding {
    role = "roles/iap.httpsResourceAccessor"
    members = [ (...)

When I browse to the webapp with this user, I get an http 403:

Error: Forbidden
Your client does not have permission to get URL / from this server.

Any idea of what could have gone wrong?
Thanks for any help.

@ahmetb
Copy link
Owner

ahmetb commented Jan 24, 2023

No idea. There are official docs in this matter. Give them a shot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants