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
F13088308: D10185.diff
Thu, Apr 25, 1:23 AM
Unknown Object (File)
Sat, Apr 20, 9:28 AM
Unknown Object (File)
Thu, Apr 11, 8:53 AM
Unknown Object (File)
Mar 19 2024, 11:12 PM
Unknown Object (File)
Mar 13 2024, 1:07 PM
Unknown Object (File)
Mar 7 2024, 9:39 AM
Unknown Object (File)
Mar 4 2024, 4:52 PM
Unknown Object (File)
Feb 8 2024, 3:01 PM
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
Lint
Lint Skipped
Unit
Tests Skipped

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).