Closed aengelberg closed 7 years ago
I would like an implementation-agnostic method that I can call to understand whether a secret does or does not exist. Currently I have to call read-secret and check for an exception thrown, which looks different for an HTTP or mock client.
read-secret
I would like an implementation-agnostic method that I can call to understand whether a secret does or does not exist. Currently I have to call
read-secret
and check for an exception thrown, which looks different for an HTTP or mock client.