From 0c0561c5f11507c58c5073f8ef2d90755463b25e Mon Sep 17 00:00:00 2001 From: Bill Maxwell Date: Wed, 26 Oct 2016 15:27:51 -0700 Subject: [PATCH] change string to password field (#323) --- templates/sysdig-cloud/0/rancher-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/sysdig-cloud/0/rancher-compose.yml b/templates/sysdig-cloud/0/rancher-compose.yml index 06db300..b61fb3b 100644 --- a/templates/sysdig-cloud/0/rancher-compose.yml +++ b/templates/sysdig-cloud/0/rancher-compose.yml @@ -6,7 +6,7 @@ - variable: "SDC_ACCESS_KEY" label: "Sysdig Cloud access key" description: "Your unique Sysdig Cloud access key - register for a Sysdig Cloud account at www.sysdig.com to receive a key." - type: "string" + type: "password" required: true - variable: "SDC_TAGS" label: "Sysdig Cloud tags"