Allow 'rbt' to bypass external authentication (RB site might have SSO auth) with prepared extra auth. cookies file.
Review Request #7531 — Created July 17, 2015 and submitted — Latest diff uploaded
Add --ext-auth-cookies to allow
'rbt' to bypass external authentication (RB site might have SSO auth) with prepared cookies file.
[vsafronov@vm-el6 xxx-utilities]$ sh myrbt.sh Review request #9645 posted. http://rb.xxx.com/rb/r/9645/ http://rb.xxx.com/rb/r/9645/diff/ [vsafronov@vm-el6 xxx-utilities]$ cat myrbt.sh #!/bin/sh rbt post --server http://rb.xxx.com/rb --ext-auth-cookies ~/my_sso_cookies.txt -g --repository 'xxx Utilities (git)' --tracking-branch master --branch master HEAD~ HEAD
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 6. See what's changed.
orig
1
2
3
4
5
6
rbtools/api/request.py |
---|
rbtools/api/transport/sync.py |
---|
rbtools/commands/__init__.py |
---|