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)
Fri, Jan 31, 6:43 PM
Unknown Object (File)
Thu, Jan 23, 3:09 PM
Unknown Object (File)
Thu, Jan 23, 3:09 PM
Unknown Object (File)
Thu, Jan 23, 3:09 PM
Unknown Object (File)
Thu, Jan 23, 3:09 PM
Unknown Object (File)
Thu, Jan 23, 3:09 PM
Unknown Object (File)
Wed, Jan 22, 11:54 AM
Unknown Object (File)
Tue, Jan 21, 10:05 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
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).