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

chef-server-ctl doesn't show admin status #129

Open
mmzyk opened this issue Mar 19, 2015 · 3 comments
Open

chef-server-ctl doesn't show admin status #129

mmzyk opened this issue Mar 19, 2015 · 3 comments
Labels
Component: chef-server-ctl Status: To be prioritized Indicates that product needs to prioritize this issue. Triage: Feature Request Indicates an issue requesting new functionality. Type: Enhancement Adds new functionality.

Comments

@mmzyk
Copy link
Contributor

mmzyk commented Mar 19, 2015

Right now it is impossible to see which user has admin rights to a given organisation.

This was originally reported as https://github.com/chef/chef-manage-issues/issues/50 by @runningman84. It has been moved here since chef-server-ctl falls under the chef server and not manage.

@stevendanna
Copy link
Contributor

Thanks for moving this over @mmzyk. We'll have to think about this one. An admin user of that org should be able to do the following:

  1. Install knife-acl
  2. knife actor map
  3. knife group show admins

To see all members of the admin group. I agree that it seems like a common administrative task that you might want to do with chef-server-ctl, but I think we'll need to put a little though into how we avoid recreating tons of knife commands in chef-server-ctl.

@stevendanna stevendanna added this to the accepted-minor milestone Mar 19, 2015
@ryancragun
Copy link
Contributor

@stevendanna @mmzyk My initial thoughts are that anything requiring pivotal should be chef-server-ctl. Everything else should probably just be a knife command run from the workstation using the user key.

@stevendanna
Copy link
Contributor

@ryancragun @mmzyk As the primary maintainer of knife-opc and knife-acl, I can confidently tell you that the plan is as follows:

  • Create knife commands in core Chef for /all/ API operations, even those requiring pivtoal.
  • Provide chef-server-ctl analogs to those commands (using the Chef libraries) for commands requiring pivotal.

@PrajaktaPurohit PrajaktaPurohit added the Status: Untriaged An issue that has yet to be triaged. label Oct 11, 2019
@PrajaktaPurohit PrajaktaPurohit added Status: To be prioritized Indicates that product needs to prioritize this issue. Triage: Feature Request Indicates an issue requesting new functionality. Type: Enhancement Adds new functionality. Component: chef-server-ctl and removed Status: Untriaged An issue that has yet to be triaged. labels Jul 17, 2020
@stevendanna stevendanna removed this from the accepted-minor milestone Sep 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: chef-server-ctl Status: To be prioritized Indicates that product needs to prioritize this issue. Triage: Feature Request Indicates an issue requesting new functionality. Type: Enhancement Adds new functionality.
Projects
None yet
Development

No branches or pull requests

4 participants