Home GnuPG

(stable) Respect user/pass flags to bin/storage for direct DatabaseRef-based…
74a0e5cd7930Unpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

(no title)

(stable) Respect user/pass flags to bin/storage for direct DatabaseRef-based queries

Summary:
Ref T11893. Previously, we excuted all bin/storage queries through StorageManagementAPI objects.

After D16848, we execute some queries through PhabricatorDatabaseRef. However, the refs we use weren't getting passed the -u / -p flags correctly, for specifying alternate administrative credentials.

Test Plan:

  • Created a second account (trunk).
  • Ran bin/storage -u trunk.
  • Made libphutil throw when not connecting as that user.
  • Before patch: some connections incorrectly used the default user, "root".
  • After patch: all connections correctly used the configured user, "trunk".

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11893

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

Details

Provenance
epriestley <git@epriestley.com>Authored on Nov 19 2016, 5:35 PM
Parents
rPHAB10c4dedd1830: (stable) Promote 2016 Week 47
Branches
Unknown
Tags
Unknown

Event Timeline