You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Bill Farner (JIRA)" <ji...@apache.org> on 2015/07/24 01:41:06 UTC

[jira] [Updated] (AURORA-1409) End-to-end tests fail with 401 unuthorized

     [ https://issues.apache.org/jira/browse/AURORA-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bill Farner updated AURORA-1409:
--------------------------------
    Sprint: Twitter Aurora Q2'15 Sprint 8

> End-to-end tests fail with 401 unuthorized
> ------------------------------------------
>
>                 Key: AURORA-1409
>                 URL: https://issues.apache.org/jira/browse/AURORA-1409
>             Project: Aurora
>          Issue Type: Bug
>          Components: Testing
>            Reporter: Bill Farner
>            Assignee: Kevin Sweeney
>            Priority: Critical
>
> Can be consistently reproduced on {{24088ef}}.
> {noformat}
> + kadmin.local -q 'ktadd -keytab testdir/root.keytab root'
> Authenticating as principal user/admin@KRBTEST.COM with password.
> Entry for principal root with kvno 2, encryption type aes256-cts-hmac-sha1-96 added to keytab WRFILE:testdir/root.keytab.
> Entry for principal root with kvno 2, encryption type aes128-cts-hmac-sha1-96 added to keytab WRFILE:testdir/root.keytab.
> Entry for principal root with kvno 2, encryption type des3-cbc-sha1 added to keytab WRFILE:testdir/root.keytab.
> Entry for principal root with kvno 2, encryption type arcfour-hmac added to keytab WRFILE:testdir/root.keytab.
> + test_snapshot
> + snapshot_as vagrant
> + local principal=vagrant
> + kinit -k -t testdir/vagrant.keytab vagrant
> ++ printf snapshot-response.%s.json vagrant
> + curl -u : --negotiate -w '%{http_code}\n' -o snapshot-response.vagrant.json -s http://192.168.33.7:8081/api --data-binary '[1,"snapshot",1,0,{}]'
> 401
> + kdestroy
> + cat snapshot-response.vagrant.json
> <html>
> <head>
> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
> <title>Error 401 Unauthorized</title>
> </head>
> <body>
> <h2>HTTP ERROR: 401</h2>
> <p>Problem accessing /api. Reason:
> <pre>    Unauthorized</pre></p>
> <hr /><i><small>Powered by Jetty://</small></i>
>                                                 
>                                                 
>                                                 
>                                                 
>                                                 
>                                                 
>                                                 
>                                                 
>                                                 
>                                                 
>                                                 
>                                                 
>                                                 
>                                                 
>                                                 
>                                                 
>                                                 
>                                                 
>                                                 
>                                                 
> </body>
> </html>
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)