[
https://issues.apache.org/jira/browse/HADOOP-10420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14740804#comment-14740804
]
Steve Loughran commented on HADOOP-10420:
-----------------------------------------
-1
fails {{TestSwiftRestClient}}
Failed tests:
TestSwiftRestClient.testUsernameAuthException:137 Expected authentication
failed exception. but got
AccessToken{id='AUTH_tk8c9403b42264465bacb57b2d4adc535c', tenant=null,
expires='null'}
TestSwiftRestClient.testApikeyAuthException:160 Expected authentication
failed exception. but got
AccessToken{id='AUTH_tk8c9403b42264465bacb57b2d4adc535c', tenant=null,
expires='null'}
These are both expected to fail auth, yet the caller does end up connecting.
Presumably its the different auth mechanism: the test needs to set things up so
that auth fails for tempAuth as well as the other mechanisms
> Add support to Swift-FS to support tempAuth
> -------------------------------------------
>
> Key: HADOOP-10420
> URL: https://issues.apache.org/jira/browse/HADOOP-10420
> Project: Hadoop Common
> Issue Type: Improvement
> Components: fs, fs/swift, tools
> Affects Versions: 2.3.0
> Reporter: Jinghui Wang
> Labels: BB2015-05-TBR
> Attachments: HADOOP-10420-002.patch, HADOOP-10420-003.patch,
> HADOOP-10420-004.patch, HADOOP-10420-005.patch, HADOOP-10420-006.patch,
> HADOOP-10420-007.patch, HADOOP-10420-008.patch, HADOOP-10420-009.patch,
> HADOOP-10420-010.patch, HADOOP-10420-011.patch, HADOOP-10420-012.patch,
> HADOOP-10420.patch
>
>
> Currently, hadoop-openstack Swift FS supports keystone authentication. The
> attached patch adds support for tempAuth. Users will be able to configure
> which authentication to use.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)