Skip to content

Extend /help/instance_configuration with rate limits

What does this MR do?

On the /help/instance_configuration help page, you can find information about the settings used in your current instance. This MR extends the content of this page with all rate limits (see docs [1], [2]):

  • Unauthenticated requests
  • Authenticated API requests
  • Authenticated web requests
  • Protected Paths: requests
  • Packages Registry: unauthenticated API requests
  • Packages Registry: authenticated API requests
  • Issue creation
  • Note creation

If a rate limit is enabled in the application settings, the corresponding settings (Requests per period and Period in seconds) are displayed. Otherwise only - is shown.

🛠 with at Siemens

/cc @bufferoverflow

Screenshots or Screencasts

image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

Merge request reports