[JBoss JIRA] (WFLY-8012) Elytron kerberos-security-factory debug attribute type
by Martin Choma (JIRA)
[ https://issues.jboss.org/browse/WFLY-8012?page=com.atlassian.jira.plugin.... ]
Martin Choma updated WFLY-8012:
-------------------------------
Labels: user_experience (was: UserExperience)
> Elytron kerberos-security-factory debug attribute type
> ------------------------------------------------------
>
> Key: WFLY-8012
> URL: https://issues.jboss.org/browse/WFLY-8012
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Reporter: Martin Choma
> Assignee: Darran Lofthouse
> Labels: user_experience
>
> Currently kerberos-security-factory debug attribute is in management model defined as STRING type, but could be BOOLEAN.
> {code}
> "kerberos-security-factory" => {
> "description" => "A security factory for obtaining a GSSCredential for use during authentication.",
> "model-description" => {"*" => {
> "description" => "A security factory for obtaining a GSSCredential for use during authentication.",
> "capabilities" => [{
> "name" => "org.wildfly.security.security-factory.credential",
> "dynamic" => true
> }],
> "attributes" => {
> "debug" => {
> "type" => STRING,
> "description" => "Should the JAAS step of obtaining the credential have debug logging enabled.",
> "expressions-allowed" => true,
> "required" => false,
> "nillable" => true,
> "default" => false,
> "min-length" => 1L,
> "max-length" => 2147483647L,
> "access-type" => "read-write",
> "storage" => "configuration",
> "restart-required" => "resource-services"
> },
> {code}
> In XSD it is properly configured as boolean
> {code:xml}
> <xs:attribute name="debug" type="xs:boolean" default="false">
> <xs:annotation>
> <xs:documentation>
> Should the JAAS step of obtaining the credential have debug logging enabled.
> </xs:documentation>
> </xs:annotation>
> </xs:attribute>
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (WFLY-8012) Elytron kerberos-security-factory debug attribute type
by Martin Choma (JIRA)
Martin Choma created WFLY-8012:
----------------------------------
Summary: Elytron kerberos-security-factory debug attribute type
Key: WFLY-8012
URL: https://issues.jboss.org/browse/WFLY-8012
Project: WildFly
Issue Type: Bug
Components: Security
Reporter: Martin Choma
Assignee: Darran Lofthouse
Currently kerberos-security-factory debug attribute is in management model defined as STRING type, but could be BOOLEAN.
{code}
"kerberos-security-factory" => {
"description" => "A security factory for obtaining a GSSCredential for use during authentication.",
"model-description" => {"*" => {
"description" => "A security factory for obtaining a GSSCredential for use during authentication.",
"capabilities" => [{
"name" => "org.wildfly.security.security-factory.credential",
"dynamic" => true
}],
"attributes" => {
"debug" => {
"type" => STRING,
"description" => "Should the JAAS step of obtaining the credential have debug logging enabled.",
"expressions-allowed" => true,
"required" => false,
"nillable" => true,
"default" => false,
"min-length" => 1L,
"max-length" => 2147483647L,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "resource-services"
},
{code}
In XSD it is properly configured as boolean
{code:xml}
<xs:attribute name="debug" type="xs:boolean" default="false">
<xs:annotation>
<xs:documentation>
Should the JAAS step of obtaining the credential have debug logging enabled.
</xs:documentation>
</xs:annotation>
</xs:attribute>
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months