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

Demo deployment is not working anymore #899

Closed
mkuthan opened this issue Apr 28, 2022 · 1 comment
Closed

Demo deployment is not working anymore #899

mkuthan opened this issue Apr 28, 2022 · 1 comment

Comments

@mkuthan
Copy link
Member

mkuthan commented Apr 28, 2022

Option "--allow-unauthenticated" does not work anymore for cloud run deployment. IAM for unauthenicated access must be defined explicitly like this:

gcloud beta run services add-iam-policy-binding --region=europe-west1 --member=allUsers --role=roles/run.invoker turnilo-dependabot-npm-and-yarn-async-2-6-4

We also should "pin" gcloud version in the setup-gcloud action I suppose to avoid such issues in the future.

EDIT: it cloud be a change in our GCP organization policy, I'm investigating the issue.

@mkuthan
Copy link
Member Author

mkuthan commented Apr 29, 2022

It was an issue with hosting project setup.

@mkuthan mkuthan closed this as completed Apr 29, 2022
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

1 participant