Reputation: 792
I want to automate the creation of development servers within my org's GCP account that are tied to an individual developer.
I intend to script the copying of relevant credentials (think crypto key for GitHub). How do I lockdown the VM so that only a single user can access it. GCP has options like block-project-ssh-keys
but we've found that all users are still able to login using gcloud compute ssh
.
I fear this may require a really complex IAM configuration.
Upvotes: 0
Views: 737
Reputation: 2805
Optionally:
Upvotes: 4