Skip to content

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

@jfmartinez

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>"
     }
}

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