Skip to content

Commit

Permalink
fix CR and update user attrs section
Browse files Browse the repository at this point in the history
  • Loading branch information
obsd committed Jun 20, 2024
1 parent ca39152 commit 6739281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/api-with-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This can be achieved with Postman or any other REST client as well as with CLI t
Permit's API is rate-limited to prevent abuse.

The number of requests you can make is limited to 5,000 overall requests per minute.
For fact requests (`/v2/facts/*`), the limit is 3,000 per minute.
For fact requests (`/v2/facts/*`), the limit is 3,000 requests per minute.
For schema requests (`/v2/schema/*`), the limit is 1,000 requests per minute.
For bulk requests, the limit is 100 requests per 10 minutes.

Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/build-policies/abac/building-abac-policy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Running through building this policy will be best with the aid of a simple examp

## Create User Attributes

In order to create user attributes, we need to navigate to the **Users** panel. We click the **User Attributes** button, and we have the option to **add a new user attribute**.
In order to create user attributes, we need to navigate to the **Directory** panel. We click the **Settings** button, and there on the **User Attributes** side panel and we have the option to **add attribute**.

![User Attribute Creation Window](/img/abac/user-attributes-0.png)

Expand Down

0 comments on commit 6739281

Please sign in to comment.