Bug 1026675 - "alias" and "path" in <keystore/> should work with properties
Summary: "alias" and "path" in <keystore/> should work with properties
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Domain Management
Version: 6.0.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Darran Lofthouse
QA Contact: Petr Kremensky
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-05 08:37 UTC by Hisanobu Okuda
Modified: 2018-12-03 20:34 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-11-21 18:41:29 UTC
Type: Feature Request
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker PRODMGT-352 0 Major Closed "alias" and "path" in <keystore> should work with properties 2014-06-23 18:41:52 UTC

Description Hisanobu Okuda 2013-11-05 08:37:12 UTC
Description of problem:
The customer configured the https listener for the management realm as follow:-

    <management>
        <security-realms>
            <security-realm name="ManagementRealm">
  	        <server-identities>
		    <ssl protocol="TLSv1">
                        <keystore path="${xxx.host.ssl.keyStore}" keystore-password="${xxx.host.ssl.keyStorePassword}" alias="${keyAlias}"/>
                    </ssl>
                </server-identities>
            <authentication>
                <local default-user="$local"/>
                <properties path="mgmt-users.properties" relative-to="jboss.server.config.dir"/>
            </authentication>
        </security-realm>

But, it does not work. He successfully used the same properties to configure the https connector for web applications though.

Version-Release number of selected component (if applicable):
jboss-as-host-controller-7.1.3

How reproducible:
See the problem description

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Hisanobu Okuda 2013-11-05 08:39:43 UTC
Request for inclusion to EAP630

Comment 3 Darran Lofthouse 2014-11-21 18:41:29 UTC
Just checked EAP already has widespread expression support across the attributes used to define keystores within security realms.


Note You need to log in before you can comment on or make changes to this bug.