Return-Path: X-Original-To: apmail-aurora-issues-archive@minotaur.apache.org Delivered-To: apmail-aurora-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A86D51837D for ; Fri, 31 Jul 2015 18:54:13 +0000 (UTC) Received: (qmail 56470 invoked by uid 500); 31 Jul 2015 18:54:05 -0000 Delivered-To: apmail-aurora-issues-archive@aurora.apache.org Received: (qmail 56381 invoked by uid 500); 31 Jul 2015 18:54:05 -0000 Mailing-List: contact issues-help@aurora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.apache.org Delivered-To: mailing list issues@aurora.apache.org Received: (qmail 56269 invoked by uid 99); 31 Jul 2015 18:54:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jul 2015 18:54:05 +0000 Date: Fri, 31 Jul 2015 18:54:04 +0000 (UTC) From: "Bill Farner (JIRA)" To: issues@aurora.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AURORA-1409) End-to-end tests fail with 401 unuthorized MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AURORA-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Farner updated AURORA-1409: -------------------------------- Priority: Blocker (was: Critical) Elevating to blocker, as broken end-to-end tests is making it difficult to have confidence in other changes (e.g. AURORA-1395). > 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: Blocker > > 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 > > > > Error 401 Unauthorized > > >

HTTP ERROR: 401

>

Problem accessing /api. Reason: >

    Unauthorized

>
Powered by Jetty:// > > > > > > > > > > > > > > > > > > > > > > > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)