Custom toString() so that secrets don't get logged

This commit is contained in:
Toon Borgers
2018-11-13 13:56:59 +01:00
committed by Ioannis Canellos
parent 601357e030
commit d1757a7ecf

View File

@@ -99,6 +99,10 @@ public class SecretsPropertySource extends KubernetesPropertySource {
return result;
}
@Override public String toString() {
return getClass().getSimpleName()
}
// *****************************
// Helpers
// *****************************