Page MenuHomePhabricator

Make arcanist don't require same password three times at arc land
Closed, WontfixPublic

Description

I'm using arcanist to push to an external host. He requires to give him his password, but a little bit too often:

1luke081515@rcm-2:~/LUKE$ arc land Patch/Queue
2 TARGET Landing onto "master", the default target under git.
3 REMOTE Using remote "origin", the default remote under git.
4 FETCH Fetching origin/master...
5Username for 'https://bitbucket.org': Luke081515
6Password for 'https://Luke081515@bitbucket.org':
7This commit will be landed:
8
9 - b8c0118
10
11Landing revision 'D63: '...
12 BUILDS PASSED Harbormaster builds for the active diff completed successfully.
13 PUSHING Pushing changes to "origin/master".
14Username for 'https://bitbucket.org': Luke081515
15Password for 'https://Luke081515@bitbucket.org':
16Counting objects: 8, done.
17Delta compression using up to 2 threads.
18Compressing objects: 100% (3/3), done.
19Writing objects: 100% (3/3), 1.53 KiB | 0 bytes/s, done.
20Total 3 (delta 2), reused 0 (delta 0)
21To https://bitbucket.org/Luke081515/...
22 969321e..59fa817 59fa817926967d7accac8370e14f25bad636198c -> master
23 UPDATE Local "master" tracks target remote "origin/master", checking out and pulling changes.
24 PULL Checking out and pulling "master".
25Username for 'https://bitbucket.org': Luke081515
26Password for 'https://Luke081515@bitbucket.org':
27Cleaning up branch "Patch/Queue"...
28(Use `git checkout -b Patch/Queue b8c011839365dd9a6bc176ca964acaffa1c72af3` if you want it back.)
29 DONE Landed changes.

I don't have any problems with give him my password, but I would be better if you have only to give him your password one time, instead of three (this is annoying, if you got long passwords)

Instead it could be great, if you can configure arcanist, that he uses a credential.

To reproduce:
Land a change at an external host.

Event Timeline

Luke081515.2 renamed this task from Make arcanist don't require same password three time at arc land to Make arcanist don't require same password three times at arc land.Jan 9 2016, 9:55 PM
Luke081515.2 created this task.