Commit 7305503
committed
fix: stop deriving Debug for Endpoint
Endpoint contains BMC credentials, including password, so deriving
Debug makes it easier to accidentally expose secrets in logs or error
output.
Remove the Debug derive from Endpoint to avoid accidental credential
leakage.
Signed-off-by: Dmitry Porokh <dporokh@nvidia.com>1 parent b470bef commit 7305503
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments