mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user