Bug 2146: SFC broken due to new auth requirement (correct fix) 23/11723/1
authorAndrej Kincel <[email protected]>
Fri, 3 Oct 2014 14:04:10 +0000 (16:04 +0200)
committerAndrej Kincel <[email protected]>
Fri, 3 Oct 2014 14:04:10 +0000 (16:04 +0200)
commitd18fd685d70b1d14e118658a19df0729cc03047e
tree3df68058d8060651b5dbb1b46a87a67db8f611a8
parentb27bd7804c4f038c6937c556053ae9253e6edfa0
Bug 2146: SFC broken due to new auth requirement (correct fix)

HTTPBasicAuthFilter added to jersey REST client
It attaches Authorization: Basic YWRtaW46YWRtaW4= to HTTP header
It means that username and password is hardcoded to "admin", "admin"

Change-Id: Ib164a8736c5793a670b55347b703f249bdd63e66
Signed-off-by: Andrej Kincel <[email protected]>
sfc-provider/src/main/java/org/opendaylight/sfc/provider/bootstrap/SfcProviderBootstrapRestAPI.java