cresendetial issue #743
Replies: 3 comments
-
Please share more details. |
Beta Was this translation helpful? Give feedback.
-
|
Your container is running fine and the port is open on Google Cloud, but the credentials issue means the app inside Docker does not have the required API key or service account credentials. You need to provide those credentials (API key or service account JSON) to the container through environment variables or a mounted file so it can authenticate properly. |
Beta Was this translation helpful? Give feedback.
-
|
If your Docker app is calling Google Cloud services (like Firestore, BigQuery, Storage), you need to authenticate. Service account JSON file: Create a service account in Google Cloud. Download its JSON key. Pass it into Docker: docker run -d -p 8080:8080 Or if you’re on a Google Compute Engine VM with proper IAM roles, you may not need to pass the key — the VM already has a service identity. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
i use the docker and open the images. I successfuly have a host port on google but. when i ask questions, there is cresendential issue??
Beta Was this translation helpful? Give feedback.
All reactions