We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I've followed the README.md and run the Terraform apply successfully. I've added the user with the role httpsResourceAccessor.
Terraform apply
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.
The text was updated successfully, but these errors were encountered:
No idea. There are official docs in this matter. Give them a shot.
Sorry, something went wrong.
No branches or pull requests
Hello,
I've followed the README.md and run the
Terraform apply
successfully.I've added the user with the role httpsResourceAccessor.
When I browse to the webapp with this user, I get an http 403:
Any idea of what could have gone wrong?
Thanks for any help.
The text was updated successfully, but these errors were encountered: