[JBoss JIRA] (WFLY-7451) Extra commas in descriptions of *-outbound-socket-binding CLI resources
by Ondrej Kotek (JIRA)
[ https://issues.jboss.org/browse/WFLY-7451?page=com.atlassian.jira.plugin.... ]
Ondrej Kotek updated WFLY-7451:
-------------------------------
Labels: user_experience (was: )
> Extra commas in descriptions of *-outbound-socket-binding CLI resources
> -----------------------------------------------------------------------
>
> Key: WFLY-7451
> URL: https://issues.jboss.org/browse/WFLY-7451
> Project: WildFly
> Issue Type: Bug
> Components: Server
> Reporter: Ondrej Kotek
> Assignee: Jason Greene
> Priority: Trivial
> Labels: user_experience
>
> There are extra commas in descriptions of children resources of _socket-binding-group_ CLI resource (_local-destination-outbound-socket-binding_ and _remote-destination-outbound-socket-binding_).
> E.g., there is "Configuration information for a, local destination, outbound socket binding.", there should be "Configuration information for a local destination outbound socket binding."
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 8 months
[JBoss JIRA] (WFLY-7451) Extra commas in descriptions of *-outbound-socket-binding CLI resources
by Ondrej Kotek (JIRA)
[ https://issues.jboss.org/browse/WFLY-7451?page=com.atlassian.jira.plugin.... ]
Ondrej Kotek updated WFLY-7451:
-------------------------------
Component/s: Server
(was: Web Sockets)
> Extra commas in descriptions of *-outbound-socket-binding CLI resources
> -----------------------------------------------------------------------
>
> Key: WFLY-7451
> URL: https://issues.jboss.org/browse/WFLY-7451
> Project: WildFly
> Issue Type: Bug
> Components: Server
> Reporter: Ondrej Kotek
> Assignee: Catherine Robson
> Priority: Trivial
>
> There are extra commas in descriptions of children resources of _socket-binding-group_ CLI resource (_local-destination-outbound-socket-binding_ and _remote-destination-outbound-socket-binding_).
> E.g., there is "Configuration information for a, local destination, outbound socket binding.", there should be "Configuration information for a local destination outbound socket binding."
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 8 months
[JBoss JIRA] (WFLY-7125) Required attributes of elytron key-store creation CLI command
by Martin Choma (JIRA)
[ https://issues.jboss.org/browse/WFLY-7125?page=com.atlassian.jira.plugin.... ]
Martin Choma updated WFLY-7125:
-------------------------------
Labels: user_experience (was: )
> Required attributes of elytron key-store creation CLI command
> -------------------------------------------------------------
>
> Key: WFLY-7125
> URL: https://issues.jboss.org/browse/WFLY-7125
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Affects Versions: 11.0.0.Alpha1
> Reporter: Martin Choma
> Assignee: Darran Lofthouse
> Priority: Critical
> Labels: user_experience
>
> Minimal CLI command to create key store is
> {code}
> /subsystem=elytron/key-store=server:add(type="JKS")
> {code}
> But it has these problems:
> * Password attribute has to be required. I can't think of case when that could be ommited.
> * Attribute {{type}} could be optional. If not set default value can be Keystore.getDefaultType(). As model cant't express this, it can be documented in description.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 8 months
[JBoss JIRA] (WFLY-7154) poor description of session-timeout, maximum-session-cache-size attributes
by Martin Choma (JIRA)
[ https://issues.jboss.org/browse/WFLY-7154?page=com.atlassian.jira.plugin.... ]
Martin Choma updated WFLY-7154:
-------------------------------
Labels: user_experience (was: )
> poor description of session-timeout, maximum-session-cache-size attributes
> --------------------------------------------------------------------------
>
> Key: WFLY-7154
> URL: https://issues.jboss.org/browse/WFLY-7154
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Affects Versions: 11.0.0.Alpha1
> Reporter: Martin Choma
> Assignee: Ilia Vassilev
> Priority: Minor
> Labels: user_experience
>
> Describe more properly in model/XSD client-ssl-context and server-ssl-context attributes:
> * session-timeout
> Should be timeout specified in seconds?
> What does default value mean?
> Negative values could be restricted on model level.
> {code}
> "session-timeout" => {
> "type" => INT,
> "description" => "The timeout for SSL sessions.",
> "expressions-allowed" => true,
> "nillable" => true,
> "default" => 0,
> "access-type" => "read-write",
> "storage" => "configuration",
> "restart-required" => "resource-services"
> },
> {code}
> {code}
> <xs:attribute name="session-timeout" type="xs:int" default="0">
> <xs:annotation>
> <xs:documentation>
> The timeout for SSL sessions.
> </xs:documentation>
> </xs:annotation>
> </xs:attribute>
> {code}
> * maximum-session-cache-size
> What does default value 0 mean?
> Negative values could be restricted on model level
> {code}
> "maximum-session-cache-size" => {
> "type" => INT,
> "description" => "The maximum number of SSL sessions to be cached.",
> "expressions-allowed" => true,
> "nillable" => true,
> "default" => 0,
> "access-type" => "read-write",
> "storage" => "configuration",
> "restart-required" => "resource-services"
> },
> {code}
> {code}
> <xs:attribute name="maximum-session-cache-size" type="xs:int" default="0">
> <xs:annotation>
> <xs:documentation>
> The maximum number of SSL sessions in the cache.
> </xs:documentation>
> </xs:annotation>
> </xs:attribute>
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 8 months
[JBoss JIRA] (WFLY-7153) Inconsistency of resources *-ssl-context in model vs. XSD
by Martin Choma (JIRA)
[ https://issues.jboss.org/browse/WFLY-7153?page=com.atlassian.jira.plugin.... ]
Martin Choma updated WFLY-7153:
-------------------------------
Labels: user_experience (was: )
> Inconsistency of resources *-ssl-context in model vs. XSD
> ---------------------------------------------------------
>
> Key: WFLY-7153
> URL: https://issues.jboss.org/browse/WFLY-7153
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Affects Versions: 11.0.0.Alpha1
> Reporter: Martin Choma
> Assignee: Jan Kalina
> Labels: user_experience
>
> * in client-ssl-context there is attribute {{security-domain}} in XSD, which is not in model. In case of client-ssl-context this probably does not make sense and reaaly should't be in XSD, neither.
> * in both *-ssl-context there is provider in XSD and provider-loader in model. Sync it please. Probably possibility to specify both could be useful.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 8 months
[JBoss JIRA] (WFLY-7451) Extra commas in descriptions of *-outbound-socket-binding CLI resources
by Ondrej Kotek (JIRA)
[ https://issues.jboss.org/browse/WFLY-7451?page=com.atlassian.jira.plugin.... ]
Ondrej Kotek moved JBEAP-6803 to WFLY-7451:
-------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7451 (was: JBEAP-6803)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Web Sockets
(was: User Experience)
(was: Web Sockets)
Affects Version/s: (was: 7.1.0.DR7)
> Extra commas in descriptions of *-outbound-socket-binding CLI resources
> -----------------------------------------------------------------------
>
> Key: WFLY-7451
> URL: https://issues.jboss.org/browse/WFLY-7451
> Project: WildFly
> Issue Type: Bug
> Components: Web Sockets
> Reporter: Ondrej Kotek
> Assignee: Catherine Robson
> Priority: Trivial
>
> There are extra commas in descriptions of children resources of _socket-binding-group_ CLI resource (_local-destination-outbound-socket-binding_ and _remote-destination-outbound-socket-binding_).
> E.g., there is "Configuration information for a, local destination, outbound socket binding.", there should be "Configuration information for a local destination outbound socket binding."
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 8 months
[JBoss JIRA] (WFCORE-1920) Tab completion for LIST attribute is broken, it doesn't add end bracket "]".
by Hynek Švábek (JIRA)
[ https://issues.jboss.org/browse/WFCORE-1920?page=com.atlassian.jira.plugi... ]
Hynek Švábek updated WFCORE-1920:
---------------------------------
Description:
Tab completion for LIST attribute is broken, it doesn't add end bracket "]".
I process this CLI command
{code}
/subsystem=elytron/aggregate-role-mapper=aggregateRoleMapper:add(role-mappers=[prefMapper001,prefMapper002<TAB>
{code}
*Actual result*
{code}
/subsystem=elytron/aggregate-role-mapper=aggregateRoleMapper:add(role-mappers=[prefMapper001,prefMapper002)
{code}
*Expected result*
{code}
/subsystem=elytron/aggregate-role-mapper=aggregateRoleMapper:add(role-mappers=[prefMapper001,prefMapper002])
{code}
was:
Tab completion for LIST attribute is broken, it doesn't add end bracket "]".
*Actual result*
{code}
/subsystem=elytron/aggregate-role-mapper=aggregateRoleMapper:add(role-mappers=[prefMapper001,prefMapper002)
{code}
*Expected result*
{code}
/subsystem=elytron/aggregate-role-mapper=aggregateRoleMapper:add(role-mappers=[prefMapper001,prefMapper002])
{code}
> Tab completion for LIST attribute is broken, it doesn't add end bracket "]".
> ----------------------------------------------------------------------------
>
> Key: WFCORE-1920
> URL: https://issues.jboss.org/browse/WFCORE-1920
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI
> Reporter: Hynek Švábek
> Assignee: Jean-Francois Denise
>
> Tab completion for LIST attribute is broken, it doesn't add end bracket "]".
> I process this CLI command
> {code}
> /subsystem=elytron/aggregate-role-mapper=aggregateRoleMapper:add(role-mappers=[prefMapper001,prefMapper002<TAB>
> {code}
> *Actual result*
> {code}
> /subsystem=elytron/aggregate-role-mapper=aggregateRoleMapper:add(role-mappers=[prefMapper001,prefMapper002)
> {code}
> *Expected result*
> {code}
> /subsystem=elytron/aggregate-role-mapper=aggregateRoleMapper:add(role-mappers=[prefMapper001,prefMapper002])
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 8 months
[JBoss JIRA] (WFLY-7259) Review elytron kerberos-security-factory resource
by Martin Choma (JIRA)
[ https://issues.jboss.org/browse/WFLY-7259?page=com.atlassian.jira.plugin.... ]
Martin Choma updated WFLY-7259:
-------------------------------
Labels: user_experience (was: )
> Review elytron kerberos-security-factory resource
> -------------------------------------------------
>
> Key: WFLY-7259
> URL: https://issues.jboss.org/browse/WFLY-7259
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Affects Versions: 11.0.0.Alpha1
> Reporter: Martin Choma
> Assignee: Darran Lofthouse
> Labels: user_experience
>
> * {{mechanism-oids}}
> ** Minimal command for kerberos security factory creation is {code}/subsystem=elytron/kerberos-security-factory=kerberos:add(principal=mchoma, path=/path/to/keytab, mechanism-oids=[1.2.840.113554.1.2.2]){code}
> ** I don't think it is user-friendly to require user to specify mechanism-oids. I think some reasonable default value should be used here.
> * {{minimum-remaining-lifetime}}
> ** please, specify units in documentation, e.g. seconds/minutes
> * {{relative-to}}
> ** as just path reference can be used here, probably should be just "expressions-allowed" => false
> ** In legacy settings it is documented better: "The name of another previously named path, or of one of the standard paths provided by the system. If 'relative-to' is provided, the value of the 'path' attribute is treated as relative to the path specified by this attribute."
> * {{server}}
> ** I assume based on {{server}} attribute INITIATE_ONLY or ACCEPT_ONLY is configured on GSSCredential [1]. Wouldn't it be useful to have also possibility to set INITIATE_AND_ACCEPT? Couldn't that be useful for example in case of identity propagation.
> * {{for-hosts}}
> ** comparing to legacy security {{kerberosIdentityType}} I am missing for-hosts. Elytron won't provide such feature?
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 8 months
[JBoss JIRA] (WFCORE-1920) Tab completion for LIST attribute is broken, it doesn't add end bracket "]".
by Hynek Švábek (JIRA)
Hynek Švábek created WFCORE-1920:
------------------------------------
Summary: Tab completion for LIST attribute is broken, it doesn't add end bracket "]".
Key: WFCORE-1920
URL: https://issues.jboss.org/browse/WFCORE-1920
Project: WildFly Core
Issue Type: Bug
Components: CLI
Reporter: Hynek Švábek
Tab completion for LIST attribute is broken, it doesn't add end bracket "]".
*Actual result*
{code}
/subsystem=elytron/aggregate-role-mapper=aggregateRoleMapper:add(role-mappers=[prefMapper001,prefMapper002)
{code}
*Expected result*
{code}
/subsystem=elytron/aggregate-role-mapper=aggregateRoleMapper:add(role-mappers=[prefMapper001,prefMapper002])
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 8 months