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

Bulk operations on restricted "account*" plugins? #359

Open
ldelelis opened this issue Feb 10, 2023 · 1 comment
Open

Bulk operations on restricted "account*" plugins? #359

ldelelis opened this issue Feb 10, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ldelelis
Copy link

A frequent use case on our bastion implementation is to operate on multiple users to update a particular ACL. The way we do it is via looping from a regular shell, accessing a bastion admin user, and updating this ACL with the respective bastion plugin.

I'd like to know if it would be possible to implement a way to bulk these operations into a single accountAddPersonalAccess command. Something like passing --account multiple times, or having a new --accounts option that takes a comma separated list of account names

I understand this is normally an use case for Bastion groups. However, our topology requires that we use individual users for this, so groups are not an option.

@speed47
Copy link
Collaborator

speed47 commented Feb 15, 2023

Hello,

This is also a use case we have from time to time, and the --account A,B,C option is definitely doable.
I'll keep this ticket as a reminder, knowing that it would be useful for others will help me prioritize :)

@speed47 speed47 added the enhancement New feature or request label Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants