@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Handle SSH generated keys in Conduit passphrase.query

Summary: Fixes T6601

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

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley

Maniphest Tasks: T6601

Differential Revision: https://secure.phabricator.com/D10885

authored by

Dereckson and committed by
epriestley
c07425c5 5e0f218f

+1
+1
src/applications/passphrase/conduit/PassphraseQueryConduitAPIMethod.php
··· 79 79 $material['publicKey'] = $public_key; 80 80 } 81 81 break; 82 + case PassphraseCredentialTypeSSHGeneratedKey::CREDENTIAL_TYPE: 82 83 case PassphraseCredentialTypeSSHPrivateKeyText::CREDENTIAL_TYPE: 83 84 if ($secret) { 84 85 $material['privateKey'] = $secret;