Skip to content

Modify tenantConfig.json examples to use apikey instead of username/password #207

Description

@jfmartinez

A lot of our samples contain username/password which still work by specifying apikey as the username and the as the password, but it's not straightforward. We should replace the samples as such:

{
   ...
   "credentials": {
           "username": "apikey",
           "password": "<APIKEY>"
     }
}

To:

{
   ...
   "credentials": {
           "apikey": "<APIKEY>"
     }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions