Closed
Bug 1184308
Opened 10 years ago
Closed 9 years ago
azure: Delegate access to an azure container with SAS
Categories
(Taskcluster :: Services, enhancement)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jonasfj, Unassigned, Mentored)
Details
(Whiteboard: [good-first-bug])
Just like:
auth.azureTableSAS(account, table)
We should add:
auth.azureContainerSAS(account, container)
To grant people w. TC creds and correct scopes access to an azure
container using SAS credentials.
This would be useful in provisioner where jhford wants to use blob storage.
I can also see a few other useful places. Right now the only option is to give
the servers azure credentials, which is less fun.
---
This is pretty easy to do, requires a bit of testing. But since it's basically
about distribution credentials differently, it doesn't block anything.
Updated•10 years ago
|
Whiteboard: [good-first-bug][mentor=dustin]
Updated•10 years ago
|
Whiteboard: [good-first-bug][mentor=dustin] → [good-first-bug]
Updated•10 years ago
|
Mentor: dustin
| Reporter | ||
Comment 1•9 years ago
|
||
this was done as part outreachy...
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•7 years ago
|
Component: Authentication → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•