Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jfmartinez opened this issue Oct 7, 2020 · 0 comments

Comments

@jfmartinez
Copy link
Contributor

jfmartinez commented Oct 7, 2020

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>"
     }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant