Bug 1466679 - use rootUrl in 'taskcluster signin'#192
Conversation
|
I'm not sure why the first commit changed anything in |
|
The test failure is because the "1000 year task" apparently only had a 1-year artifact expiration. I've started another (https://tools.taskcluster.net/groups/SmJVXbZERxigZVunstEveQ/tasks/SmJVXbZERxigZVunstEveQ/details) and will land a test fix if that works. |
|
Rebased over the test fix |
|
I'll have a look at this tomorrow! |
|
@petemoore ping? |
|
I'm looking at this now! :-) |
There was a problem hiding this comment.
This looks great.
I really like that:
- the clients auto-delete on expiry
- a graceful server is used (note, these days this can be done in the standard library, so
graceful.v1probably isn't needed any longer) - multiple clients are supported
- that a callback is used to generate the export statements
A question: why do we involve the web client rather than just making the API calls to create the client directly from taskcluster-cli? Is that to make it easier to customise scopes? Or is it so the credentials are in local storage so that web sessions benefit from the credentials too?
|
Thanks! We use the web client because it's not possible to sign in with Auth0 without a browser. I don't see a reference to |
No description provided.