Page MenuHomePhabricator

PassphraseQueryConduitAPIMethod doesn't handle material for PassphraseCredentialTypeSSHGeneratedKey
Closed, ResolvedPublic

Description

Steps to reproduce the issue

  1. Generate a SSH key in passphrase (for this example it will be K71)
  2. Do a passphrase.query to retrieve the public key (see below)

Arc command:

echo '{"ids":["71"],"needPublicKeys":true,"needSecrets":false}' | arc call-conduit passphrase.query

Expected result: a reply with the public key in material.publicKey.

Actual result: the public key is missing

Event Timeline

dereckson claimed this task.
dereckson raised the priority of this task from to Normal.
dereckson updated the task description. (Show Details)
dereckson added projects: Passphrase, Conduit.
dereckson added a subscriber: dereckson.

I'm taking care of this issue.

chad raised the priority of this task from Normal to Needs Triage.Nov 20 2014, 2:22 AM