Skip to content

Review moving the `GITLAB_THROTTLE_USER_ALLOWLIST` environment variable into gitlab.rb configuration

During the API Service migration to Kubernetes we found that the GITLAB_THROTTLE_USER_ALLOWLIST environment variable can ONLY be configured via the environment. This created a very inconsistent approach towards configuring running the software and depending on the type of configuration, could be dangerous to expose as an environment variable

Can we move this to be served via our gitlab.rb configuration procedure?