How do i list chef server users?



  • Link to chef documentation on chef-server-ctl: https://docs.chef.io/ctl_chef_server.html

    You can list users from the chef server using this command, the pivotal user is created on installation. Keep that user. The user is a superuser account for chef, it is not displayed on the chef manager web UI.

    $ sudo chef-server-ctl user-list
    admin
    pivotal
    

    From a chef workstation you can also use knife to list users.

    $ knife user list
    admin
    

Log in to reply
 

© Lightnetics 2024