mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
VAULT-5095 Update docs to reflect that child namespaces do not inherit parent quotas (#15906)
* VAULT-5095 Update docs to reflect current behaviour * Update website/content/api-docs/system/lease-count-quotas.mdx Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com> * Update website/content/api-docs/system/rate-limit-quotas.mdx Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com> Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
This commit is contained in:
@@ -29,7 +29,8 @@ that can either be a namespace or mount.
|
||||
`userpass` in `namespace1`. Updating this field on an existing quota can have
|
||||
"moving" effects. For example, updating `auth/userpass` to
|
||||
`namespace1/auth/userpass` moves this quota from being a global mount quota to a
|
||||
namespace specific mount quota.
|
||||
namespace specific mount quota. Quotas on a non-root namespace are not inherited by child
|
||||
namespaces.
|
||||
- `max_leases` `(int: 0)` - Maximum number of leases allowed by the quota rule.
|
||||
|
||||
### Sample Payload
|
||||
|
||||
@@ -27,7 +27,8 @@ either be a namespace or mount.
|
||||
`userpass` in `namespace1`. Updating this field on an existing quota can have
|
||||
"moving" effects. For example, updating `auth/userpass` to
|
||||
`namespace1/auth/userpass` moves this quota from being a global mount quota to a
|
||||
namespace specific mount quota. **Note, namespaces are supported in Enterprise only**.
|
||||
namespace specific mount quota. Quotas on a non-root namespace are not inherited by child
|
||||
namespaces. **Note, namespaces are supported in Enterprise only**.
|
||||
- `rate` `(float: 0.0)` - The maximum number of requests in a given interval to
|
||||
be allowed by the quota rule. The `rate` must be positive.
|
||||
- `interval` `(string: "")` - The duration to enforce rate limiting for (default `"1s"`).
|
||||
|
||||
Reference in New Issue
Block a user