Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 409491098D for ; Wed, 24 Jul 2013 08:40:54 +0000 (UTC) Received: (qmail 67745 invoked by uid 500); 24 Jul 2013 08:40:54 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 67706 invoked by uid 500); 24 Jul 2013 08:40:54 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Delivered-To: moderator for dev@activemq.apache.org Received: (qmail 52129 invoked by uid 99); 23 Jul 2013 15:18:59 -0000 X-ASF-Spam-Status: No, hits=1.6 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,URI_HEX X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Date: Tue, 23 Jul 2013 08:17:31 -0700 (PDT) From: jersey355 To: dev@activemq.apache.org Message-ID: <1374592651771-4669614.post@n4.nabble.com> Subject: How do you configure anonymous access for REST API? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi - Newbie here working on a POC for work. My only goal at this point is very simply. Open up the REST API on activemq to allow a voice web application to post log messages to a queue. A separate consumer app will pick up the messages via a MessageListener. I don't want to get bogged down with security right now... just want to get this up and running but my voice app keeps getting a 401 response from AMQ. I tried adding the simpleAuthenticationPlugin as described on the AMQ security page, but that didn't work. Probably because of the jetty.xml import which I see has a bunch of pre-configured security settings in there (which I am not familiar with). Anyway, I would like to know what is the simplest and quickest way to configure anonymous (or basic auth) for AMQ's REST API with or without jetty? Thank you -- View this message in context: http://activemq.2283324.n4.nabble.com/How-do-you-configure-anonymous-access-for-REST-API-tp4669614.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.