[JBoss JIRA] (ELY-1122) WildFly Elytron Tool, Vault Command --bulk-convert ignore --summary option.
by Hynek Švábek (JIRA)
[ https://issues.jboss.org/browse/ELY-1122?page=com.atlassian.jira.plugin.s... ]
Hynek Švábek updated ELY-1122:
------------------------------
Description:
Vault Command --bulk-convert ignore --summary option.
There is expected to get one CLI command for each converted credential store.
*How to reproduce*
download all attachments to same location as *wildfly-elytron-tool.jar* or update locations in *bulk-vault-conversion-desc* file and then run.
{code}
java -jar wildfly-elytron-tool.jar vault --bulk-convert bulk-vault-conversion-desc --summary
Vault (enc-dir="./";keystore="server.store") converted to credential store "converted.jceks"
Vault (enc-dir="./";keystore="server.store") converted to credential store "converted2.jceks"
{code}
You don't see any summary with CLI commands for each converted credential store.
was:
Vault Command --bulk-convert ignore --summary option.
There is expected to get one CLI command for each converted credential store.
*How to reproduce*
download all attachments to same location as *wildfly-elytron-tool.jar* or update locations in *bulk-vault-conversion-desc* file and then run.
{code}
java -jar wildfly-elytron-tool.jar vault --bulk-convert bulk-vault-conversion-desc -f
Vault (enc-dir="./";keystore="server.store") converted to credential store "converted.jceks"
Vault (enc-dir="./";keystore="server.store") converted to credential store "converted2.jceks"
{code}
You don't see any summary with CLI commands for each converted credential store.
> WildFly Elytron Tool, Vault Command --bulk-convert ignore --summary option.
> ---------------------------------------------------------------------------
>
> Key: ELY-1122
> URL: https://issues.jboss.org/browse/ELY-1122
> Project: WildFly Elytron
> Issue Type: Bug
> Components: Credential Store
> Reporter: Hynek Švábek
> Assignee: Darran Lofthouse
>
> Vault Command --bulk-convert ignore --summary option.
> There is expected to get one CLI command for each converted credential store.
> *How to reproduce*
> download all attachments to same location as *wildfly-elytron-tool.jar* or update locations in *bulk-vault-conversion-desc* file and then run.
> {code}
> java -jar wildfly-elytron-tool.jar vault --bulk-convert bulk-vault-conversion-desc --summary
> Vault (enc-dir="./";keystore="server.store") converted to credential store "converted.jceks"
> Vault (enc-dir="./";keystore="server.store") converted to credential store "converted2.jceks"
> {code}
> You don't see any summary with CLI commands for each converted credential store.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (ELY-1122) WildFly Elytron Tool, Vault Command --bulk-convert ignore --summary option.
by Hynek Švábek (JIRA)
[ https://issues.jboss.org/browse/ELY-1122?page=com.atlassian.jira.plugin.s... ]
Hynek Švábek updated ELY-1122:
------------------------------
Component/s: Credential Store
> WildFly Elytron Tool, Vault Command --bulk-convert ignore --summary option.
> ---------------------------------------------------------------------------
>
> Key: ELY-1122
> URL: https://issues.jboss.org/browse/ELY-1122
> Project: WildFly Elytron
> Issue Type: Bug
> Components: Credential Store
> Reporter: Hynek Švábek
> Assignee: Darran Lofthouse
>
> Vault Command --bulk-convert ignore --summary option.
> There is expected to get one CLI command for each converted credential store.
> *How to reproduce*
> download all attachments to same location as *wildfly-elytron-tool.jar* or update locations in *bulk-vault-conversion-desc* file and then run.
> {code}
> java -jar wildfly-elytron-tool.jar vault --bulk-convert bulk-vault-conversion-desc -f
> Vault (enc-dir="./";keystore="server.store") converted to credential store "converted.jceks"
> Vault (enc-dir="./";keystore="server.store") converted to credential store "converted2.jceks"
> {code}
> You don't see any summary with CLI commands for each converted credential store.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (ELY-1122) WildFly Elytron Tool, Vault Command --bulk-convert ignore --summary option.
by Hynek Švábek (JIRA)
Hynek Švábek created ELY-1122:
---------------------------------
Summary: WildFly Elytron Tool, Vault Command --bulk-convert ignore --summary option.
Key: ELY-1122
URL: https://issues.jboss.org/browse/ELY-1122
Project: WildFly Elytron
Issue Type: Bug
Reporter: Hynek Švábek
Assignee: Darran Lofthouse
Vault Command --bulk-convert ignore --summary option.
There is expected to get one CLI command for each converted credential store.
*How to reproduce*
download all attachments to same location as *wildfly-elytron-tool.jar* or update locations in *bulk-vault-conversion-desc* file and then run.
{code}
java -jar wildfly-elytron-tool.jar vault --bulk-convert bulk-vault-conversion-desc -f
Vault (enc-dir="./";keystore="server.store") converted to credential store "converted.jceks"
Vault (enc-dir="./";keystore="server.store") converted to credential store "converted2.jceks"
{code}
You don't see any summary with CLI commands for each converted credential store.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (WFCORE-2682) Elytron token-realm attributes validations
by Chao Wang (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2682?page=com.atlassian.jira.plugi... ]
Chao Wang resolved WFCORE-2682.
-------------------------------
Fix Version/s: 3.0.0.Beta16
Resolution: Duplicate Issue
> Elytron token-realm attributes validations
> ------------------------------------------
>
> Key: WFCORE-2682
> URL: https://issues.jboss.org/browse/WFCORE-2682
> Project: WildFly Core
> Issue Type: Bug
> Components: Security
> Affects Versions: 3.0.0.Beta13
> Reporter: Martin Choma
> Fix For: 3.0.0.Beta16
>
>
> * I am able to set both {{key-store}} and {{public-key}} attributes. However based on model they should be alternatives and thus only one of them should be allowed.
> * Althought, {{key-store}} and {{certificate}} are configured as requires in model, validation does not work.
> Seems it is caused by WFCORE-2317.
> {code}
> "public-key" => {
> "type" => STRING,
> "description" => "A public key in PEM Format. During validation, if a public key is provided, signature will be verified based on the key you provided here.",
> "expressions-allowed" => true,
> "required" => false,
> "nillable" => true,
> "alternatives" => [
> "key-store",
> "certificate"
> ],
> "min-length" => 1L,
> "max-length" => 2147483647L
> },
> "key-store" => {
> "type" => STRING,
> "description" => "A key store from where the certificate with a public key should be loaded from.",
> "expressions-allowed" => false,
> "required" => false,
> "nillable" => true,
> "alternatives" => ["public-key"],
> "requires" => ["certificate"],
> "capability-reference" => "org.wildfly.security.key-store",
> "min-length" => 1L,
> "max-length" => 2147483647L
> },
> "certificate" => {
> "type" => STRING,
> "description" => "The name of the certificate with a public key to load from the key store.",
> "expressions-allowed" => true,
> "required" => false,
> "nillable" => true,
> "alternatives" => ["public-key"],
> "requires" => ["key-store"],
> "min-length" => 1L,
> "max-length" => 2147483647L
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years