This commit is contained in:
parent
889f66d8cb
commit
7f30266c8a
10
README.md
10
README.md
|
@ -13,4 +13,12 @@ The files would be publicly downloadable, but uploading or creating new director
|
|||
|
||||
The token could also use username (e.g. concatenate builder name + build number) and a random password, this way a traditional basic web authentication can be used.
|
||||
|
||||
Such a system can be easily dockerized and mount a replicated volume, with a little bit of preparation the authenticaiton tokens could also be replicated.
|
||||
Such a system can be easily dockerized and mount a replicated volume, with a little bit of preparation the authenticaiton tokens could also be replicated.
|
||||
|
||||
## buildbot jobs
|
||||
|
||||
A buildbot job would then look like this:
|
||||
|
||||
1. get token (maybe the server side would auto-create directories)
|
||||
2. run a task, pass the token as an environment variable or something so that it can upload when necessary
|
||||
3. revoke token
|
Loading…
Reference in New Issue
Block a user