11 questions
-1
votes
0
answers
45
views
How to install Gradle on a Google Cloud Workstation when Java is already installed? [closed]
I am trying to install Gradle on my company‑managed Google Cloud Workstation.
My project is a Java + Gradle project. Java is already installed and working correctly on the workstation, but I am unable ...
0
votes
1
answer
172
views
How to allow public access for an application on google cloud workstation
I have a web application running on google cloud workstation and I am able to access the application after running my dev server. But I want to be able to receive webhook events coming into my ...
2
votes
0
answers
376
views
GCP Cloud workstation DNS issue
My GCP organization has a policy to not allow using external IP addresses. I set up a private Cloud Workstation cluster, configuration and instance following this documentation.
The problem is, that I ...
0
votes
1
answer
1k
views
GCP Cloud Workstations config degraded error
I am trying to get Cloud workstations to work in a project with VPC service controls.
I am getting this error: System images cannot be pulled onto workstation VMs using this configuration. Since you ...
3
votes
0
answers
464
views
How to login as a user to Google Cloud Workstations
I'm trying to figure out whether it's possible to login as a given user to a Google Cloud Workstation. Currently, when I create a Cloud Workstation, the logged in user is "user".
For context,...
2
votes
1
answer
720
views
Google Cloud Workstation - Unable to access service from external clients, CORS headers not being passed to workstation generated 302 redirects
When using Google Cloud's workstation for multi-service development, I ran into a CORs issue due to multiple cloud workstation redirects being generated.
When I try to make an external REQUEST from an ...
2
votes
2
answers
9k
views
Python 3.10.7 Import Error ModuleNotFoundError: No module named '_bz2'
I am trying to create a Google Cloud Workstation that has all of my required tooling built-in such as PHP, MYSQL and PYTHON with BZ2 support. I understand that this involves creating a custom ...
-1
votes
1
answer
300
views
Unable to locate package apt-get when building a custom Google Cloud Workstation image
I am trying to "build and push a modified workstations image to a container registry" as explained in this previous SO answer.
This is the Dockerfile that I am trying to use:
FROM us-...
0
votes
0
answers
50
views
ModuleNotFoundError: No module named '_bz2' in Google Cloud Workstation [duplicate]
I launched a new Google Cloud Workstation and create a single python file with these contents:
import bz2
import binascii
original_data = 'This is the original text.'
print ('Original :', len(...
0
votes
1
answer
265
views
Install PHP in home folder of Persistent Disk in Google Cloud Workstations
I am trying to install PHP on a Google Cloud Workstation, and have it persist after reboot. The problem I am having is that although I can get it installed in the default location, it does not persist ...
0
votes
2
answers
253
views
How to debug PHP application in Google Cloud Workstations
Currently I use Google Cloud Shell Editor as my chosen IDE. I like the code editor based on VS Code, and also like the persistent 5GB home directory. This allows me to install PHP on the home ...