[jboss-jira] [JBoss JIRA] (WFLY-7501) I can define security domain which doesn't exists yet in SecurityDomain "trusted-security-domains" attribute.
Hynek Švábek (JIRA)
issues at jboss.org
Mon Nov 7 07:41:01 EST 2016
Hynek Švábek created WFLY-7501:
----------------------------------
Summary: I can define security domain which doesn't exists yet in SecurityDomain "trusted-security-domains" attribute.
Key: WFLY-7501
URL: https://issues.jboss.org/browse/WFLY-7501
Project: WildFly
Issue Type: Bug
Components: Security
Reporter: Hynek Švábek
Assignee: Darran Lofthouse
Security-domain trusted-security-domains attribute has confusing behaviour. I can define there security domain which doesn't exist yet (It is being created right now).
*Steps to reproduce*
{code}
/subsystem=elytron/filesystem-realm=realm1:add(relative-to=jboss.server.config.dir, path=tmp.prop)
{code}
{code}
/subsystem=elytron/security-domain=secDomain888:add(realms=[{realm=realm1}], default-realm=realm1, trusted-security-domains=[secDomain888])
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list