Closed antrema closed 7 months ago
The tests cannot actually include SecretKeySelector as SecretLoader is not implemented for tests
SecretKeySelector
SecretLoader
Change SecretLoader to interface and implement this interface into the tests
No response
I will propose a PR to change this behavior
Is your feature request related to a problem? Please describe.
The tests cannot actually include
SecretKeySelector
asSecretLoader
is not implemented for testsDescribe the solution you'd like
Change
SecretLoader
to interface and implement this interface into the testsAdditional context
No response