Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to retrieve password for alias using Elytron #188

Open
PGandhapudi opened this issue Feb 21, 2023 · 0 comments
Open

Unable to retrieve password for alias using Elytron #188

PGandhapudi opened this issue Feb 21, 2023 · 0 comments

Comments

@PGandhapudi
Copy link

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 :

  • elytron-tool.bat credential-store --location="..\server\credStore.jceks" --export-key-pair-public-key keyexample
  • /subsystem=elytron/credential-store=credential-store:export-secret-key(alias=examplekey)

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant