Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0375A200B74 for ; Thu, 1 Sep 2016 11:50:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F0284160ACA; Thu, 1 Sep 2016 09:50:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 733BC160AAE for ; Thu, 1 Sep 2016 11:50:27 +0200 (CEST) Received: (qmail 92612 invoked by uid 500); 1 Sep 2016 09:50:21 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 92599 invoked by uid 99); 1 Sep 2016 09:50:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2016 09:50:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 883C92C1B77 for ; Thu, 1 Sep 2016 09:50:21 +0000 (UTC) Date: Thu, 1 Sep 2016 09:50:21 +0000 (UTC) From: "Andrea Cosentino (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CAMEL-10280) Don't require create privileges to publish to named SNS topic MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 01 Sep 2016 09:50:33 -0000 [ https://issues.apache.org/jira/browse/CAMEL-10280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Cosentino reassigned CAMEL-10280: ---------------------------------------- Assignee: Andrea Cosentino > Don't require create privileges to publish to named SNS topic > ------------------------------------------------------------- > > Key: CAMEL-10280 > URL: https://issues.apache.org/jira/browse/CAMEL-10280 > Project: Camel > Issue Type: Improvement > Components: camel-aws > Affects Versions: 2.17.3, 2.18.0 > Reporter: Stefan Fussenegger > Assignee: Andrea Cosentino > > If a topic already exists, the {{SnsEndpoint}} still requires privileges for the (idempotent) {{CreateTopic}} operation to resolve the name to an ARN. > In comparison, the {{SqsEndpoint}} uses the {{ListQueues}} operation to check for an existing queue before trying to create a queue. > Providing an ARN instead of a name bypasses the issue (added to 2.18 in CAMEL-9844). Using an ARN instead of a name isn't always practical though. -- This message was sent by Atlassian JIRA (v6.3.4#6332)