Skip to content

Commit

Permalink
Edits
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Maddaus <[email protected]>
  • Loading branch information
IanMadd authored and jashaik committed Dec 24, 2024
1 parent d36e21a commit 9308aa1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
7 changes: 3 additions & 4 deletions docs-chef-io/content/server/api_chef_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -862,15 +862,14 @@ The response will return something like the following:

### /users

A user is an individual account that has access to Chef Infra Server. For example:

- The user that operates the workstation that Chef Infra Server is managed from.
A user is an individual account created to allow access to Chef Infra Server.
For example, a user that operates the workstation or host that Chef Infra Server is managed from.

The `/users` endpoint has the following methods: `GET` and `POST`.

{{< warning >}}

This endpoint may only be accessed by the `pivotal` user, which is created as part of the installation process for the Chef Infra Server. (See the "Query for Users and Orgs" example below for an example of how to access this endpoint with the `pivotal` user.)
This endpoint may only be accessed by the `pivotal` user, which is created as part of the Chef Infra Server installation process. (See the "Query for Users and Orgs" example below for an example of how to access this endpoint with the `pivotal` user.)

{{< /warning >}}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The Chef Infra Server includes a command-line utility named
Chef Infra Server includes a command-line utility named
chef-server-ctl. This command-line tool is used to start and stop
individual services, reconfigure the Chef Infra Server, run chef-pedant,
and then tail Chef Infra Server log files.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The Chef Infra Server includes the following object permissions:
Chef Infra Server includes the following object permissions:

| Permission | Description |
| --- | --- |
Expand Down
10 changes: 5 additions & 5 deletions docs-chef-io/content/server/server_orgs.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ role-based access control:
<tbody>
<tr>
<td><p><img src="/images/icon_server_organization.svg" class="align-center" width="130" alt="image" /></p></td>
<td>An organization is the top-level entity for role-based access control in the Chef Infra Server. Each organization contains the default groups (<code>admins</code>, <code>clients</code>, and <code>users</code>), at least one user and at least one node (on which the Chef Infra Client is installed). The Chef Infra Server supports multiple organizations. The Chef Infra Server includes a single default organization that is defined during setup. Additional organizations can be created after the initial setup and configuration of the Chef Infra Server.</td>
<td>An organization is the top-level entity for role-based access control in the Chef Infra Server. Each organization contains the default groups (<code>admins</code>, <code>clients</code>, and <code>users</code>), at least one user and at least one node (on which the Chef Infra Client is installed). Chef Infra Server supports multiple organizations. Chef Infra Server includes a single default organization that is defined during setup. Additional organizations can be created after the initial setup and configuration of the Chef Infra Server.</td>
</tr>
<tr>
<td><p><img src="/images/icon_server_groups.svg" class="align-center" width="130" alt="image" /></p></td>
<td><p>A group is used to define access to object types and objects in the Chef Infra Server and also to assign permissions that determine what types of tasks are available to members of that group who are authorized to perform them. Groups are configured per-organization.</p>
<p>Individual users who are members of a group will inherit the permissions assigned to the group. The Chef Infra Server includes the following default groups: <code>admins</code>, <code>clients</code>, and <code>users</code>.</p></td>
<p>Individual users who are members of a group will inherit the permissions assigned to the group. Chef Infra Server includes the following default groups: <code>admins</code>, <code>clients</code>, and <code>users</code>.</p></td>
</tr>
<tr>
<td><p><img src="/images/icon_server_users.svg" class="align-center" width="130" alt="image" /></p></td>
<td>A user is any non-administrator human being who will manage data that is uploaded to the Chef Infra Server from a workstation or who will log on to the Chef management console web user interface. The Chef Infra Server includes a single default user that is defined during setup and is automatically assigned to the <code>admins</code> group.</td>
<td>A user is any non-administrator human being who will manage data that is uploaded to the Chef Infra Server from a workstation or who will log on to the Chef management console web user interface. Chef Infra Server includes a single default user that is defined during setup and is automatically assigned to the <code>admins</code> group.</td>
</tr>
<tr>
<td><p><img src="/images/icon_chef_client.svg" class="align-center" width="130" alt="image" /></p></td>
Expand Down Expand Up @@ -103,7 +103,7 @@ when:

#### Global Permissions

The Chef Infra Server includes the following global permissions:
Chef Infra Server includes the following global permissions:

<table>
<colgroup>
Expand Down Expand Up @@ -189,7 +189,7 @@ the Chef Manage browser interface from that point forward because they are incom

## Groups

The Chef Infra Server includes the following default groups:
Chef Infra Server includes the following default groups:

<table>
<colgroup>
Expand Down

0 comments on commit 9308aa1

Please sign in to comment.