The following items are new for Chef server 12.5: - **New group for key-related Chef server API endpoints** The `public_key_read_access` group defines which users and clients have read permissions to key-related endpoints in the Chef server API. ## public_key_read_access The `public_key_read_access` group controls which users and clients have [read permissions to the following endpoints](/api_chef_server/): - GET /clients/CLIENT/keys - GET /clients/CLIENT/keys/KEY - GET /users/USER/keys - GET /users/USER/keys/ By default, the `public_key_read_access` assigns all members of the `users` and `clients` group permission to these endpoints:
Group Create Delete Grant Read Update
admins no no no no no
clients yes yes yes yes yes
users yes yes yes yes yes