Skip to content

Commit

Permalink
Merge pull request #5241 from gambol99/fix_file_perms
Browse files Browse the repository at this point in the history
File Permissions Private Key
  • Loading branch information
k8s-ci-robot authored Jun 1, 2018
2 parents 775b877 + f31f544 commit 155eb7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nodeup/pkg/model/kube_apiserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ func (b *KubeAPIServerBuilder) writeAuthenticationConfig(c *fi.ModelBuilderConte
Path: "/srv/kubernetes/heptio-authenticator-aws/key.pem",
Contents: fi.NewBytesResource(keyData),
Type: nodetasks.FileType_File,
Mode: fi.String("600"),
})
}

Expand Down

0 comments on commit 155eb7c

Please sign in to comment.