The WildFly Elytron project is a security framework brought to the WildFly application server to provide a single unified security framework.
Questions tagged [elytron]
80 questions
0
votes
1 answer
Database authentication relation between user and roles
The query I use to principals it works through database and I get a record
select 'role', password from t_user where username = 'jdoe';
but when I try to use it through jboss-cli.sh
./subsystem=elytron/jdbc-realm=jdbc-realm:add(principal-query=[{…

Joe
- 7,749
- 19
- 60
- 110
-1
votes
1 answer
How to get a password from Wildfly
I have a password to some service. I need to save it in WildFly 19 and then get it in a java application.
I found a certain amount of information, but I'm not sure if it's outdated.
Do I need vault?
How do I write my password to the Wildfly? I…

Violetta
- 509
- 4
- 12
-1
votes
1 answer
Programmatically read a password from an Elytron BCFIPS credential store
I created a FIPS 140-2 Compliant Credential Store using the Bouncy Castle provider. As it is described in the documentation, first I created the secter key:
keytool -genseckey -alias key -keyalg AES -keysize 256 -keystore keystore.bcfks -storetype…

Timea
- 9
- 2
-1
votes
1 answer
How to show database password encrypted in standalone.xml by using Elytron (Wildfly 26.x)
During migration to wildfly 26 in order to encrypt dbpassword of datasource I must use Elytron instead of Picketbox.
what is the best way to show database password encrypted in standalone.xml?
is it possible to get it working only by using…

cemkucuk
- 1
- 2