wildfly-security / wildfly-elytron-tool

Other
0 stars 17 forks source link

Unable to retrieve password for alias using Elytron #188

Open PGandhapudi opened 1 year ago

PGandhapudi commented 1 year ago

We are migrating from keycloak wildfly to quarkus keycloak. As part of this, we need alias credentials from credstore. Tried with few commands for the same but those are not working. Commands :

Here alias is examplekey. Output :

{ "outcome" => "failed", "failure-description" => "WFLYELY00920: Credential alias 'examplekey' of credential type 'SecretKeyCredential' does not exist in the store", "rolled-back" => true }

Is there any other way to retrieve the details for alias ?