Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.>*
- Loading branch information