Page MenuHomePhabricator

T5409, allow bin/remove to permanently destroy credential and everything associated with it
ClosedPublic

Authored by lpriestley on Aug 7 2014, 11:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Aug 15 2026, 10:47 AM
Unknown Object (File)
Jul 3 2026, 5:35 PM
Unknown Object (File)
May 31 2026, 3:11 PM
Unknown Object (File)
Apr 22 2026, 2:11 PM
Unknown Object (File)
Apr 19 2026, 12:15 AM
Unknown Object (File)
Oct 18 2025, 2:45 AM
Unknown Object (File)
Oct 17 2025, 10:59 AM
Unknown Object (File)
Oct 7 2025, 3:51 AM
Subscribers

Details

Summary

Fixes T5409, bin/remove permanently destroys credential

Test Plan

Add a passphrase, run bin/remove destroy K123 --trace, verify credential no longer exists

Diff Detail

Repository
rP Phabricator
Branch
destroycredential
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2096
Build 2100: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

lpriestley retitled this revision from to T5409, allow bin/remove to permanently destroy credential and everything associated with it.
lpriestley updated this object.
lpriestley edited the test plan for this revision. (Show Details)
lpriestley added a reviewer: epriestley.
epriestley edited edge metadata.
  • One minor issue inline.
  • you betta sign that CLA
src/applications/passphrase/storage/PassphraseCredential.php
95

This isn't quiet correct -- it should be $this->secretID(). Currently this is destroying the Secret that happens to have the same ID as the Credential, but they aren't guaranteed to be related.

This revision now requires changes to proceed.Aug 7 2014, 11:14 PM
lpriestley edited edge metadata.

Adding requested changes

This revision is now accepted and ready to land.Aug 7 2014, 11:33 PM
epriestley updated this revision to Diff 24502.

Closed by commit rPc6998207ab00 (authored by @lpriestley, committed by @epriestley).