We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b0867 commit e2eca89Copy full SHA for e2eca89
docs/proposals/limits-api.md
@@ -56,14 +56,11 @@ Removes tenant-specific limits, reverting to default limits.
56
57
### Implementation Details
58
59
-1. The API will be integrated into the existing Cortex components to:
+1. The API will be integrated into the cortex-overrides component to:
60
- Read the current runtime config from the configured storage backend
61
- - Apply changes to the in-memory configuration
62
- Persist changes back to the storage backend
63
- - Trigger a reload of the runtime config
64
65
2. Security:
66
- - The API will require admin-level authentication
67
- Rate limiting will be implemented to prevent abuse
68
- Changes will be validated before being applied
69
0 commit comments