-
Notifications
You must be signed in to change notification settings - Fork 0
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
RFE: Compatibility with OS Login #1
Comments
We use the provisioner account to connect to the management server while the cluster is being created in order to pass in some configuration files. This is done by adding the provisioner's SSH key into the instance's metadata. Enabling OS Login disables the ability to use this method for SSH authentication. To fix this we have two options:
I've added an issue at clusterinthecloud/terraform#45 to track the development of this. In the short term I've created a branch in the citc-terraform repo called |
Thanks for the response. Should be able to test that by the end of the week. |
First attempt to try this failed with a permissions error during the creation of the VPC network, in a way that it didn't when I tried again with |
Right, second attempt, it worked with the
The instance had its own metadata set to disable
|
The
provisioner
SSH connection fails whenOS Login
is enabled on a GCP project.The text was updated successfully, but these errors were encountered: