Added lease quota count and rate limit count docs (#22509)

* Added lease quota count and rate limit count docs

* Update website/content/api-docs/system/lease-count-quotas.mdx

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>

* Edited docs

* Update website/content/api-docs/system/lease-count-quotas.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

* Update website/content/api-docs/system/lease-count-quotas.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

* Update website/content/api-docs/system/rate-limit-quotas.mdx

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

---------

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
This commit is contained in:
divyaac
2023-08-23 16:40:29 -07:00
committed by GitHub
parent 0f8bde72a9
commit edbaac3920
2 changed files with 9 additions and 0 deletions

View File

@@ -49,6 +49,11 @@ millions of leases in an automated way, it is recommended to space out the creat
concept of roles (such as `/auth/approle/`), this will make the quota restrict login
requests to that mount that are made with the specified role. The request will fail if
the auth mount does not have a concept of roles, or `path` is not an auth mount.
- `inheritable` `(bool: false)` - If set to `true` on a quota where `path` is set to a namespace,
all child namespaces of the specified path namespace will inherit the quota. The `inheritable` parameter cannot be set to
`true` if the `path` does not specify a namespace. Only the quotas associated
with the root namespace are inheritable by default.
### Sample payload

View File

@@ -44,6 +44,10 @@ the mount to restrict more specific API paths.
concept of roles (such as `/auth/approle/`), this will make the quota restrict login
requests to that mount that are made with the specified role. The request will fail if
the auth mount does not have a concept of roles, or `path` is not an auth mount.
- `inheritable` `(bool: false)` - If set to `true` on a quota where `path` is set to a namespace,
all child namespaces of the specified path namespace will inherit the quota. The `inheritable`
parameter cannot be set to `true` if the `path` does not specify a namespace. Only quotas
associated with the root namespace quotas are inheritable by default.
### Sample payload