secrets-manager icon indicating copy to clipboard operation
secrets-manager copied to clipboard

a cli to check if a secret exists (like, return true/false based on if there is an assigned secret to a workload

Open v0lkan opened this issue 1 year ago • 4 comments

v0lkan avatar Mar 16 '24 13:03 v0lkan

Could you assign to me @v0lkan ?

sahinakyol avatar Apr 01 '24 16:04 sahinakyol

Assigned.

We can discuss the details separately.

v0lkan avatar Apr 01 '24 19:04 v0lkan

I am marking this as “pending” until we reach 50% code coverage.

v0lkan avatar Apr 22 '24 03:04 v0lkan

I think it’ll be something like

safe -w $workloadName -l

which will be a subset of safe -l and instead of listing everything, it will just list the secret for that workload or something empty if there is no secret.

v0lkan avatar Apr 26 '24 06:04 v0lkan