1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Anuncie Aqui
    Anuncie aqui você Também: fdantas@4each.com.br

[JBoss] I want to access a password stored in a elytron credential store using system...

Discussão em 'StackOverflow' iniciado por Stack, Junho 5, 2025.

  1. Stack

    Stack Membro Participativo

    This is what a wildfly credential store is https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.1/html/how_to_configure_server_security/securely_storing_credentials#cred_store_use

    I want to access such a credential store made in jboss elytron using system properties in the standalone-full.xml file as below,

    <system-properties>
    <property name="RSA_KEY_TEST" value="give the alias here and then access the credential store password"/>
    </system-properties>


    I tried passing below tag inside the value attribute of the system property but it did not work.

    <property name="RSA_KEY_TEST" value="<credential-reference store="credential-store" alias="DBPasswordCredential"/>" />

    Continue reading...

Compartilhe esta Página