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

ERROR WITH STEP 11.1 #71

Open
Priscach opened this issue Jun 27, 2024 · 4 comments
Open

ERROR WITH STEP 11.1 #71

Priscach opened this issue Jun 27, 2024 · 4 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Priscach
Copy link

Follow the guide steps and got the error when running gcloud run deploy genai-marketing --source . --region us-central1 --allow-unauthenticated
未命名

@arturleega
Copy link

I had the same issue. What worked for me was to give the compute engine service account (the default service account, which looks like [email protected]) the following permissions:

  • Secret Manager Secret Accessor;
  • Secret Manager Secret Version Manager;

@Priscach
Copy link
Author

I had the same issue. What worked for me was to give the compute engine service account (the default service account, which looks like [email protected]) the following permissions:

  • Secret Manager Secret Accessor;
  • Secret Manager Secret Version Manager;

Hi ,
Thanks for you advise. However, after I tried to modify the permission, it still didn't work. Do you have other solutions? Thanks a lot.
image

@arturleega
Copy link

arturleega commented Jun 28, 2024

Did you look at the log to see what the error is? Try entering the log link that is provided when the error occurs.

When I had this issue, my log was claiming that I didn't have permission to on the resource "path-to-the-secret-of-the-service-account".

@bijucyborg
Copy link

@Priscach 's comment worked for me as well.

@chmstimoteo chmstimoteo self-assigned this Nov 7, 2024
@chmstimoteo chmstimoteo added bug Something isn't working help wanted Extra attention is needed labels Nov 7, 2024
@chmstimoteo chmstimoteo removed their assignment Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants