Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add remove_credential() to Controller class #951

Open
leopaul36 opened this issue Sep 20, 2023 · 0 comments
Open

Add remove_credential() to Controller class #951

leopaul36 opened this issue Sep 20, 2023 · 0 comments
Labels
wishlisted requested feature

Comments

@leopaul36
Copy link

Description

The Controller class has a handy add_credential() method. It would be nice to also be able to delete credentials using a Controller instance.

Urgency

It would save from a weird workaround

Code I'd Like to Run

controller = Controller()
await controller.connect(controller_name=controller_name)
await controller.remove_credential(name=credential_name, cloud=cloud)
@leopaul36 leopaul36 added the wishlisted requested feature label Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wishlisted requested feature
Projects
None yet
Development

No branches or pull requests

1 participant