[JBoss JIRA] (WFCORE-2618) CS tool, Without --location parameter a credential store storage file isn't saved (or save as is expected).
by Ilia Vassilev (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2618?page=com.atlassian.jira.plugi... ]
Ilia Vassilev updated WFCORE-2618:
----------------------------------
Affects Version/s: 3.0.0.Beta11
> CS tool, Without --location parameter a credential store storage file isn't saved (or save as is expected).
> -----------------------------------------------------------------------------------------------------------
>
> Key: WFCORE-2618
> URL: https://issues.jboss.org/browse/WFCORE-2618
> Project: WildFly Core
> Issue Type: Bug
> Affects Versions: 3.0.0.Beta11
> Reporter: Hynek Švábek
> Assignee: Ilia Vassilev
>
> Without --location parameter a credential store storage file isn't saved (or save as is expected).
> It pass but I am not able find credential store storage file on disk.
> {code}
> [hsvabek@localhost bin]$ java -jar wildfly-elytron-tool.jar credential-store --add myalias --secret supersecretpassword --uri "cr-store://test.store?modifiable=true;create=true;keyStoreType=JCEKS" --password mycspassword --summary
> Alias "myalias" has been successfully stored
> Credential store command summary:
> --------------------------------------
> /subsystem=elytron/credential-store=test:add(uri="cr-store://test.store?modifiable=true;create=true;keyStoreType=JCEKS",relative-to=jboss.server.data.dir,credential-reference={clear-text="mycspassword"})
> {code}
> It pass with this URI value and I am able to find credential store storage file on disk.
> {code}
> uri="cr-store://credentialstorename/test.store?modifiable=true;create=true;keyStoreType=JCEKS"
> {code}
> I see problem here https://github.com/wildfly-security/wildfly-elytron-tool/blob/1.0.0.Alpha...
> (test.store is interpreded as hostname in URI in first case)
> *NOTE*
> Please keep in mind this issue https://issues.jboss.org/browse/JBEAP-8450.
> Behaviour must be consistent!
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (WFCORE-2618) CS tool, Without --location parameter a credential store storage file isn't saved (or save as is expected).
by Ilia Vassilev (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2618?page=com.atlassian.jira.plugi... ]
Ilia Vassilev commented on WFCORE-2618:
---------------------------------------
[~hsvabek] Moved the issue from ELY to WFCORE because I think that elytron-tool issues needs to be opened for this project. Please let me know if this is correct. Thanks.
> CS tool, Without --location parameter a credential store storage file isn't saved (or save as is expected).
> -----------------------------------------------------------------------------------------------------------
>
> Key: WFCORE-2618
> URL: https://issues.jboss.org/browse/WFCORE-2618
> Project: WildFly Core
> Issue Type: Bug
> Reporter: Hynek Švábek
> Assignee: Ilia Vassilev
>
> Without --location parameter a credential store storage file isn't saved (or save as is expected).
> It pass but I am not able find credential store storage file on disk.
> {code}
> [hsvabek@localhost bin]$ java -jar wildfly-elytron-tool.jar credential-store --add myalias --secret supersecretpassword --uri "cr-store://test.store?modifiable=true;create=true;keyStoreType=JCEKS" --password mycspassword --summary
> Alias "myalias" has been successfully stored
> Credential store command summary:
> --------------------------------------
> /subsystem=elytron/credential-store=test:add(uri="cr-store://test.store?modifiable=true;create=true;keyStoreType=JCEKS",relative-to=jboss.server.data.dir,credential-reference={clear-text="mycspassword"})
> {code}
> It pass with this URI value and I am able to find credential store storage file on disk.
> {code}
> uri="cr-store://credentialstorename/test.store?modifiable=true;create=true;keyStoreType=JCEKS"
> {code}
> I see problem here https://github.com/wildfly-security/wildfly-elytron-tool/blob/1.0.0.Alpha...
> (test.store is interpreded as hostname in URI in first case)
> *NOTE*
> Please keep in mind this issue https://issues.jboss.org/browse/JBEAP-8450.
> Behaviour must be consistent!
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (WFCORE-2618) CS tool, Without --location parameter a credential store storage file isn't saved (or save as is expected).
by Ilia Vassilev (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2618?page=com.atlassian.jira.plugi... ]
Ilia Vassilev moved ELY-1037 to WFCORE-2618:
--------------------------------------------
Project: WildFly Core (was: WildFly Elytron)
Key: WFCORE-2618 (was: ELY-1037)
> CS tool, Without --location parameter a credential store storage file isn't saved (or save as is expected).
> -----------------------------------------------------------------------------------------------------------
>
> Key: WFCORE-2618
> URL: https://issues.jboss.org/browse/WFCORE-2618
> Project: WildFly Core
> Issue Type: Bug
> Reporter: Hynek Švábek
> Assignee: Ilia Vassilev
>
> Without --location parameter a credential store storage file isn't saved (or save as is expected).
> It pass but I am not able find credential store storage file on disk.
> {code}
> [hsvabek@localhost bin]$ java -jar wildfly-elytron-tool.jar credential-store --add myalias --secret supersecretpassword --uri "cr-store://test.store?modifiable=true;create=true;keyStoreType=JCEKS" --password mycspassword --summary
> Alias "myalias" has been successfully stored
> Credential store command summary:
> --------------------------------------
> /subsystem=elytron/credential-store=test:add(uri="cr-store://test.store?modifiable=true;create=true;keyStoreType=JCEKS",relative-to=jboss.server.data.dir,credential-reference={clear-text="mycspassword"})
> {code}
> It pass with this URI value and I am able to find credential store storage file on disk.
> {code}
> uri="cr-store://credentialstorename/test.store?modifiable=true;create=true;keyStoreType=JCEKS"
> {code}
> I see problem here https://github.com/wildfly-security/wildfly-elytron-tool/blob/1.0.0.Alpha...
> (test.store is interpreded as hostname in URI in first case)
> *NOTE*
> Please keep in mind this issue https://issues.jboss.org/browse/JBEAP-8450.
> Behaviour must be consistent!
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (WFCORE-426) Auto more/less in CLI for multi-page output
by Jean-Francois Denise (JIRA)
[ https://issues.jboss.org/browse/WFCORE-426?page=com.atlassian.jira.plugin... ]
Jean-Francois Denise commented on WFCORE-426:
---------------------------------------------
These requirements have some overlap.
Explicit more/less vs automatic pause between pages (similar to git log).
I am thinking that automatic pause between pages (with support for space, return and 'q') would be very useful. I have been impacted by this behaviour when reading operation descriptions and command help.
In interactive mode, pausing at the end of each page should be the default behaviour (without usage of more or less).
> Auto more/less in CLI for multi-page output
> -------------------------------------------
>
> Key: WFCORE-426
> URL: https://issues.jboss.org/browse/WFCORE-426
> Project: WildFly Core
> Issue Type: Feature Request
> Components: CLI
> Reporter: Darran Lofthouse
> Assignee: Jean-Francois Denise
>
> Where the result of a management operation in the CLI returns multiple screens of output it would be nice if this could be automatically wrapped in a more/less type behaviour.
> Similar to how git handles git log compared to how svn handles svn log.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (WFCORE-2482) Elytron key/trust-manager-factory default algorithm
by Jan Kalina (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2482?page=com.atlassian.jira.plugi... ]
Jan Kalina reassigned WFCORE-2482:
----------------------------------
Assignee: Jan Kalina (was: Darran Lofthouse)
> Elytron key/trust-manager-factory default algorithm
> ---------------------------------------------------
>
> Key: WFCORE-2482
> URL: https://issues.jboss.org/browse/WFCORE-2482
> Project: WildFly Core
> Issue Type: Bug
> Components: Security
> Affects Versions: 3.0.0.Beta7
> Reporter: Martin Choma
> Assignee: Jan Kalina
> Labels: user_experience
>
> {{key-manager-factory}} and {{trust-manager-factory}} requires user to specify algorithm.
> Consider defaulting in elytron code to {{TrustManagerFactory.getDefaultAlgorithm()}} and {{KeyManagerFactory.getDefaultAlgorithm()}}.
> It is java portable as for oracle java it returns SunX509 and for Ibm java IbmX509.
> This JIRA is in scope of "user experience", minimizing necessary user input configuration.
> David: "The trust manager definitely should use the default algorithm when none is given; in this case the algorithm name isn't an "algorithm" per se, it's just an implementation name."
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (WFCORE-2482) Elytron key/trust-manager-factory default algorithm
by Jan Kalina (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2482?page=com.atlassian.jira.plugi... ]
Jan Kalina updated WFCORE-2482:
-------------------------------
Fix Version/s: (was: 4.0.0.Alpha1)
> Elytron key/trust-manager-factory default algorithm
> ---------------------------------------------------
>
> Key: WFCORE-2482
> URL: https://issues.jboss.org/browse/WFCORE-2482
> Project: WildFly Core
> Issue Type: Bug
> Components: Security
> Affects Versions: 3.0.0.Beta7
> Reporter: Martin Choma
> Assignee: Darran Lofthouse
> Labels: user_experience
>
> {{key-manager-factory}} and {{trust-manager-factory}} requires user to specify algorithm.
> Consider defaulting in elytron code to {{TrustManagerFactory.getDefaultAlgorithm()}} and {{KeyManagerFactory.getDefaultAlgorithm()}}.
> It is java portable as for oracle java it returns SunX509 and for Ibm java IbmX509.
> This JIRA is in scope of "user experience", minimizing necessary user input configuration.
> David: "The trust manager definitely should use the default algorithm when none is given; in this case the algorithm name isn't an "algorithm" per se, it's just an implementation name."
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months