Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Support profile public key injection #1

Open
dvianello opened this issue Sep 8, 2017 · 0 comments
Open

Support profile public key injection #1

dvianello opened this issue Sep 8, 2017 · 0 comments
Assignees

Comments

@dvianello
Copy link
Contributor

In the GCP deployment there's no support for profile_public_key to inject the user's key in the VM, as it apparently relies on GCP own key propagation mechanisms.

Keys can be injected directly in the VM like this:

metadata {
    block-project-ssh-keys = "True"
    sshKeys = "centos:${file("${var.portal_public_key_path}")}"
}

We also might need to stop the google-accounts-daemon on the VM to prevent it to override the key.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants