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

Redirect to chef-server-ctl commands #2051

Merged
merged 1 commit into from
Jun 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs-chef-io/content/workstation/plugin_knife_opc.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ Chef Server 12.

Administrator permissions are required to add, remove, or edit users. To
manage organizations, or change a user's assignment to an organization,
the pivotal key is required. To grant a user administrator permissions,
use `chef-server-ctl grant-server-admin-permissions USER_NAME` on the
Chef Infra Server. [See chef-server-ctl for
the pivotal key is required. Rather than using the knife-opc plugin
commands below, which are an implementation detail, use the equivalent
"user-" and "org-" subcommands directly on the Chef Infra Server.
Those wrappered subcommands already have the needed permissions applied and access
to sensitive commands will then be centralized. [See chef-server-ctl for
details](/ctl_chef_server/).

{{< /note >}}
Expand Down