Return-Path: X-Original-To: apmail-qpid-users-archive@www.apache.org Delivered-To: apmail-qpid-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A3E7D18142 for ; Tue, 1 Sep 2015 18:18:55 +0000 (UTC) Received: (qmail 30778 invoked by uid 500); 1 Sep 2015 18:18:55 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 30743 invoked by uid 500); 1 Sep 2015 18:18:55 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 30731 invoked by uid 99); 1 Sep 2015 18:18:55 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2015 18:18:55 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id C0AB2C0C9B for ; Tue, 1 Sep 2015 18:18:54 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.879 X-Spam-Level: ** X-Spam-Status: No, score=2.879 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id INCU6QcWnoB1 for ; Tue, 1 Sep 2015 18:18:53 +0000 (UTC) Received: from mail-ob0-f173.google.com (mail-ob0-f173.google.com [209.85.214.173]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id DB1EB20DB9 for ; Tue, 1 Sep 2015 18:18:52 +0000 (UTC) Received: by obbbh8 with SMTP id bh8so6712618obb.0 for ; Tue, 01 Sep 2015 11:18:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=DJBzQifvOwmyxkGxotHPnhda2I7+3u4mUH6eKMSMays=; b=L1M9GKU8XqGDV/2/fUN1A1nZHoU9sOZOTg4NyQn2QjbcHYtKoLVhLl9qPnR2N8fwAc gdW0swSWE9uylLX5GxuA0K1mYMUm5OJA4R25ucv40f31UrW4S7QcoHP+k/b9phE2GysQ QZP1JWOw5heECycywrIDEGHdnok0Ql2rwVErzChcKpMNbKAWg+UYZ6nOsB1plFKGQy32 rXpxhgfWdjn6qzVJy7KzKwZHUL/3VzxvgkB68lgy1FRWOHB5VplZE4jdKIJF5B6FgwII F1rb2GPQP8+t+9aSBoVe1g1Xqrii+RoFnziMzs/6FHl3F+RpcjBk1f/t2st57w+JE6H5 CgxQ== MIME-Version: 1.0 X-Received: by 10.60.143.98 with SMTP id sd2mr11067003oeb.23.1441131526039; Tue, 01 Sep 2015 11:18:46 -0700 (PDT) Received: by 10.202.62.5 with HTTP; Tue, 1 Sep 2015 11:18:45 -0700 (PDT) In-Reply-To: References: Date: Tue, 1 Sep 2015 14:18:45 -0400 Message-ID: Subject: Re: qpid 0.34 acl issues with auth=no From: Matt Broadstone To: users Content-Type: multipart/alternative; boundary=047d7b4725a8af2fe4051eb39495 --047d7b4725a8af2fe4051eb39495 Content-Type: text/plain; charset=UTF-8 On Tue, Sep 1, 2015 at 10:25 AM, Matt Broadstone wrote: > Hi, > I've got a TravisCI job that runs a set of integration tests against qpid, > and I'm using the newly uploaded qpidd 0.34 for ubuntu, from the > `qpid/testing` PPA. I generally run the tests with auth disabled, using the > following travis configuration: > > before_script: > - sudo add-apt-repository ppa:qpid/testing -y > - sudo apt-get update -q > - sudo apt-get install qpidd qpid-tools > - sudo sh -c 'echo "auth=no" >> /etc/qpid/qpidd.conf' > - sudo /etc/init.d/qpidd restart > - sudo qpid-config add queue test.disposition.queue > > This worked perfectly fine with 0.32, however when I run this now I get > the following error for the last line (queue creation): > > Failed: SessionException: ExecutionException(error_code=403, > command_id=serial(0), class_code=8, command_code=1, field_index=0, > description=u'unauthorized-access: ACL denied queue create request from > anonymous (qpid/broker/Broker.cpp:894)', error_info={}, channel=1, > id=serial(0)) > > Is there something that's changed wrt ACLs and/or auth=no in version 0.34? > > Regards, > Matt > False alarm, this was due to the fact that I hadn't built the precise packages for ubuntu and it was defaulting back to the 0.14 version included in precise. Matt --047d7b4725a8af2fe4051eb39495--