wildfly-security/wildfly-elytron-hashicorp-vault
View on GitHubReview if we need some more TRACE logging in the credential store itself
Open
#75 opened on Jun 18, 2026
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.