From af5b5a792a312f160e999932fa7440584a86cbaa Mon Sep 17 00:00:00 2001 From: Amelia Downs Date: Tue, 5 Jan 2021 11:32:44 -0500 Subject: [PATCH] Fix the example-cats-config add required property credhub_secret to config Co-authored-by: George Gelashvili --- example-cats-config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/example-cats-config.json b/example-cats-config.json index 1b425a6a5..c51f23359 100644 --- a/example-cats-config.json +++ b/example-cats-config.json @@ -4,14 +4,15 @@ IN DEVELOPMENT "apps_domain": "DOMAIN.com", "admin_user": "admin", "admin_password": "PASSWORD", + "credhub_mode": "assisted", + "credhub_client": "CREDHUB_CLIENT", + "credhub_secret": "CREDHUB_SECRET", "artifacts_directory": "logs", "skip_ssl_validation": true, "timeout_scale": 1, "use_http": true, "include_apps": true, "include_container_networking": true, - "credhub_mode": "assisted", - "credhub_client": "credhub_admin_client", "include_detect": true, "include_docker": true, "include_internet_dependent": true,