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

Information

RBTools

Reviewers

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
    Loading...