Commit 4032529
authored
Merge pull request #1065 from gboutry/fix/list-secrets
#1065
#### Description
ListSecrets facade takes 2 arguments: `filter_`, and `show_secrets`. Previous instanciation passed a dict, which then landed in `filter_` field.
Fixes: #947
#### QA Steps
*<Commands / tests / steps to run to verify that the change works:>*
await f.ListSecrets(filter_={"uri": <secret_id>}, show_secrets=True)
All CI tests need to pass.
*<Please note that most likely an additional test will be required by the reviewers for any change that's not a one liner to land.>*
#### Notes & Discussion
*<Additional notes for the reviewers if needed. Please delete section if not applicable.>*1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2704 | 2704 | | |
2705 | 2705 | | |
2706 | 2706 | | |
2707 | | - | |
| 2707 | + | |
2708 | 2708 | | |
2709 | 2709 | | |
2710 | 2710 | | |
2711 | 2711 | | |
2712 | | - | |
2713 | | - | |
2714 | | - | |
2715 | | - | |
| 2712 | + | |
| 2713 | + | |
| 2714 | + | |
| 2715 | + | |
2716 | 2716 | | |
2717 | 2717 | | |
2718 | 2718 | | |
| |||
0 commit comments