Page MenuHomePhabricator

configuring certificates for bots is hard/confusing
Closed, DuplicatePublic

Description

users no longer have an arcrc file with the {"hosts": {"your-hostname.com/api": {"user": "bot-username", "cert": "yourlongasscertgoeshere"}}} template, and setting a certificate to a bot account is not explicitly documented.

Event Timeline

avivey raised the priority of this task from to Needs Triage.
avivey updated the task description. (Show Details)
avivey added projects: Documentation, Tokens.
avivey added a subscriber: avivey.

In a post-T5955 world, this should probably just become something like:

arc call-conduit method.name --conduit-uri https://phabricator.example.com --conduit-token api-asdb9asdy9b8ab98adsh

But since curl can pretty much work fine once tokens are slightly farther along, we may not even really need this stuff.