Skip to content

Commit

Permalink
Add note (#2891)
Browse files Browse the repository at this point in the history
  • Loading branch information
databyjp authored Dec 19, 2024
1 parent 2f483d8 commit 16865ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions developers/weaviate/configuration/roles.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ In `v1.28`, aggregate queries require the user to have the `read_config` permiss
This is due to the implementation of the `aggregate` queries under-the-hood, which uses GraphQL rather than gRPC. This will be improved in future versions of Weaviate.
:::

#### Wildcards in permissions

Many permissions require a collection name filter, to specify which collections the permission applies to.

In thi case, `"*"` acts as a multi-character wildcard. As an example, setting a permission with `"Test_*"` as the collection filter would apply that permission to all collections that start with `Test_`. Or, setting a permission with `"*"` as the collection filter would apply that permission to all available collections.

## Example permission sets

### Read and write permissions
Expand Down

0 comments on commit 16865ba

Please sign in to comment.