Skip to content

Commit

Permalink
[gcp] Blacklist ssh-keys attribute (on top of sshKeys)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivielpeau committed Aug 3, 2018
1 parent 8bc989d commit a71571d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/cloud_metadata.py
Expand Up @@ -51,8 +51,8 @@ class GCE(object):
TIMEOUT = 0.3 # second
SOURCE_TYPE_NAME = 'google cloud platform'
metadata = None
EXCLUDED_ATTRIBUTES = ["kube-env", "startup-script", "shutdown-script", "configure-sh", "sshKeys", "user-data",
"cli-cert", "ipsec-cert", "ssl-cert", "google-container-manifest", "bosh_settings"]
EXCLUDED_ATTRIBUTES = ["kube-env", "startup-script", "shutdown-script", "configure-sh", "sshKeys", "ssh-keys",
"user-data", "cli-cert", "ipsec-cert", "ssl-cert", "google-container-manifest", "bosh_settings"]


@staticmethod
Expand Down

0 comments on commit a71571d

Please sign in to comment.