Skip to content

Commit

Permalink
Fix the example-cats-config
Browse files Browse the repository at this point in the history
add required property credhub_secret to config

Co-authored-by: George Gelashvili <ggelashvili@vmware.com>
  • Loading branch information
ameowlia and pivotalgeorge committed Jan 5, 2021
1 parent d266ad9 commit af5b5a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions example-cats-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit af5b5a7

Please sign in to comment.