Custom toString() so that secrets don't get logged
This commit is contained in:
committed by
Ioannis Canellos
parent
601357e030
commit
d1757a7ecf
@@ -99,6 +99,10 @@ public class SecretsPropertySource extends KubernetesPropertySource {
|
||||
return result;
|
||||
}
|
||||
|
||||
@Override public String toString() {
|
||||
return getClass().getSimpleName()
|
||||
}
|
||||
|
||||
// *****************************
|
||||
// Helpers
|
||||
// *****************************
|
||||
|
||||
Reference in New Issue
Block a user