mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-05 09:51:37 +00:00
Merge pull request #3117 from steeve/patch-1
Change GCP metadata SSH keys URL
This commit is contained in:
@@ -97,7 +97,7 @@ func gcpGet(url string) ([]byte, error) {
|
||||
// TODO split them into individual user files and make the ssh
|
||||
// container construct those users
|
||||
func (p *ProviderGCP) handleSSH() error {
|
||||
sshKeys, err := gcpGet(project + "attributes/sshKeys")
|
||||
sshKeys, err := gcpGet(project + "attributes/ssh-keys")
|
||||
if err != nil {
|
||||
return fmt.Errorf("Failed to get sshKeys: %s", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user