wildfly-security/wildfly-elytron-hashicorp-vault

Review if we need some more TRACE logging in the credential store itself

Open

#75 opened on Jun 18, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Java (7 forks)auto 404
good first issue

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

Consider how we may want to be able to perform remote support checks - at the same time be careful not to log sensitive strings in plain test.

For sensitive and semi sensitive data it may be advisable to hash them, although hashes are not reversible by using a hash you can see if the same value repeats.

Contributor guide