Previously, the chatbot docs instructed users to get certificates for the conduit API and put the cert in a conduit.cert config key. In order to get the chatbot to work, I needed to instead get an API key and put it in the conduit.token config entry.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Commits
- rP8cdf1a890a01: Updated the docs so chatbots can use the Conduit API
Doc fix. Tried the new documented way and it worked.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I think you can drop all references to conduit.user too if you want, should be fully obsoleted by conduit.token.
You could also reasonably remove the code which actually uses conduit.user, although this probably isn't worth the hassle since it'll probably break some users. Some vaguely related discussion at the bottom of T4377.
resources/chatbot/example_config.json | ||
---|---|---|
17–18 | This can probably be removed, too. |