feat: add quotas (#4779)

adds possibilities to cap authenticated requests and execution seconds of actions on a defined intervall
This commit is contained in:
Elio Bischof
2023-02-15 02:52:11 +01:00
committed by GitHub
parent 45f6a4436e
commit 681541f41b
117 changed files with 4652 additions and 510 deletions

View File

@@ -265,7 +265,7 @@ module.exports = {
"self-hosting/deploy/compose",
"self-hosting/deploy/knative",
"self-hosting/deploy/kubernetes",
"self-hosting/deploy/loadbalancing-example/loadbalancing-example",
"self-hosting/deploy/loadbalancing-example/loadbalancing-example"
],
},
{
@@ -282,6 +282,7 @@ module.exports = {
"self-hosting/manage/tls_modes",
"self-hosting/manage/database/database",
"self-hosting/manage/updating_scaling",
"self-hosting/manage/quotas"
],
},
],
@@ -334,7 +335,10 @@ module.exports = {
type: "category",
label: "Features",
collapsed: false,
items: ["concepts/features/actions", "concepts/features/selfservice"],
items: [
"concepts/features/actions",
"concepts/features/selfservice"
],
},
],
manuals: [