Commit e19ff3c
committed
Delete all secrets with the matching name/id.
This introduces two changes:
(1) If there are many matches, we delete all matching secrets.
Due to a previous issue, we may have many ...
(2) We extract the UUID from the id string and pass it to
delete_secret(). This is a workaround to something that looks
like a bug in the SDK to me.
Signed-off-by: Kurt Garloff <[email protected]>1 parent 2267a49 commit e19ff3c
1 file changed
+4
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 68 | + | |
72 | 69 | | |
73 | 70 | | |
74 | 71 | | |
| |||
78 | 75 | | |
79 | 76 | | |
80 | 77 | | |
81 | | - | |
82 | | - | |
83 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
84 | 81 | | |
85 | 82 | | |
86 | 83 | | |
| |||
0 commit comments