# If you define `supermarket-custom-credentials` in the config.json # delivery-truck will automagically load your Internal Supermarket # username + pem key from the `delivery-secrets` databag on the Chef Server # this user credential must have the access needed to publish cookbooks # and the databag must already exist. "delivery-truck":{ "publish": { "chef_server": "true", "supermarket": "https://supermarket.chef.io", "supermarket-custom-credentials": "true" } }