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 71189200D41 for ; Wed, 8 Nov 2017 06:19:20 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6F8CA160C00; Wed, 8 Nov 2017 05:19:20 +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 B53BF160BED for ; Wed, 8 Nov 2017 06:19:19 +0100 (CET) Received: (qmail 78518 invoked by uid 500); 8 Nov 2017 05:19:18 -0000 Mailing-List: contact issues-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 issues@activemq.apache.org Received: (qmail 78509 invoked by uid 99); 8 Nov 2017 05:19:18 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Nov 2017 05:19:18 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 0C636C4943 for ; Wed, 8 Nov 2017 05:19:18 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id NkpBDUOWqTU6 for ; Wed, 8 Nov 2017 05:19:17 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 4C65D62788 for ; Wed, 8 Nov 2017 00:45:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 94804E0877 for ; Wed, 8 Nov 2017 00:45:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 5387C23F1D for ; Wed, 8 Nov 2017 00:45:00 +0000 (UTC) Date: Wed, 8 Nov 2017 00:45:00 +0000 (UTC) From: "Bruce Dodson (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMQ-6503) Documentation update for AMQ-5123 encrypted password support in JAAS config users.properites MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 08 Nov 2017 05:19:20 -0000 [ https://issues.apache.org/jira/browse/AMQ-6503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16243179#comment-16243179 ] Bruce Dodson commented on AMQ-6503: ----------------------------------- Yes, my ICLA is now on file. > Documentation update for AMQ-5123 encrypted password support in JAAS config users.properites > -------------------------------------------------------------------------------------------- > > Key: AMQ-6503 > URL: https://issues.apache.org/jira/browse/AMQ-6503 > Project: ActiveMQ > Issue Type: Improvement > Components: Documentation > Affects Versions: 5.10.0, 5.14.1 > Reporter: Bruce Dodson > Priority: Minor > Labels: documentation > > Could we add a note to the documentation to reflect the new feature added in AMQ-5123? Something like this, e.g. in properties.html: > As of ActiveMQ 5.10, the PropertiesLoginModule also allows encrypted passwords in the users.properties, compatible with the same format and tools described under [Encrypted Passwords](encrypted-passwords.html). To enable this, set decrypt=true in login.config and specify the encryption key via the environment variable ACTIVEMQ_ENCRYPTION_PASSWORD. > Could also document it under encrypted-passwords.html and note that the bean configuration described there does not apply to the JAAS config even though the same algorithm is used. -- This message was sent by Atlassian JIRA (v6.4.14#64029)