Credly badger configuration

This page describes an optional step to enable the Credly badger for the Cortex Data Foundation deployment in the configuration config.json file, which awards you with a Cortex deployment badge after a successful deployment. This file contains the following parameters for the Credly badger:

    "shareWithCredly": false,
    "userInfo": {
        "email": "",
        "firstName": "",
        "lastName": ""

The following table describes the value for each marketing parameter. All configuration items, including a valid email address, must be provided for the badge to be granted.

Parameter Meaning Default Value Description
shareWithCredly Opt in Credly badger service false Call Credly service to assign a badge after a successful deployment.
userInfo.email User's email - Provide email for the Credly badger service.
userInfo.firstName User's first Name - Provide first name for the Credly badger service.
userInfo.lastName User's last Name - Provide last name for the Credly badger service.