Skip to content

Commit

Permalink
minor edit to remove editor
Browse files Browse the repository at this point in the history
  • Loading branch information
databyjp committed Dec 11, 2024
1 parent 7f84f22 commit 5b743e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions developers/weaviate/configuration/roles.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Refer to the client library examples below, or [the REST API documentation](../a
Weaviate comes with a set of predefined roles. These roles are:

- `admin`: The admin role has full access to all resources in Weaviate.
- `editor`: The editor role is able to read, write, update, and delete resources in Weaviate. They are not able to manage roles.
- `viewer`: The viewer role has read-only access to all resources in Weaviate.

`admin` and `viewer` roles can be assigned through the Weaviate configuration file. Once a role is assigned to a user through the configuration file, it cannot be modified. The user also cannot be assigned additional roles through the Weaviate API.
Expand Down Expand Up @@ -404,7 +403,7 @@ This example removes from the "devrel" role permissions to:

### Assign a role to a user

A custom user can have any number of roles assigned to them (including none). The role can be a predefined role or a custom role.
A custom user can have any number of roles assigned to them (including none). The role can be a predefined role (e.g. `viewer`) or a custom role.

This example assigns the custom "devrel" role to "jane-doe".

Expand Down

0 comments on commit 5b743e3

Please sign in to comment.