From 0481d699075ea48c67037088713689b8d66f1983 Mon Sep 17 00:00:00 2001 From: mfluharty Date: Fri, 29 Mar 2019 09:46:31 -0600 Subject: Add control for variable value masking Show masked switch for each variable When toggled on, the variable value will be masked in runner logs Show warning message if the switch is on but the value is not maskable --- spec/fixtures/api/schemas/variable.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/fixtures') diff --git a/spec/fixtures/api/schemas/variable.json b/spec/fixtures/api/schemas/variable.json index 6f6b044115b..305071a6b3f 100644 --- a/spec/fixtures/api/schemas/variable.json +++ b/spec/fixtures/api/schemas/variable.json @@ -4,12 +4,14 @@ "id", "key", "value", + "masked", "protected" ], "properties": { "id": { "type": "integer" }, "key": { "type": "string" }, "value": { "type": "string" }, + "masked": { "type": "boolean" }, "protected": { "type": "boolean" }, "environment_scope": { "type": "string", "optional": true } }, -- cgit v1.2.3