Is there a way that you can disable the ‘Feature Flags’ for each project?
It appears this was itself once controlled by a feature flag within GitLab, but is no longer listed on the available feature flags page.
I’m slightly concerned as on a self-hosted instance this could be a dangerous feature for developers to just start using as it potentially ties the site/application availability to the GitLab availability, so really need to restrict or disable this feature to stop people from using it.
The only options I seem to have is to implement some custom Nginx config to block access to the feature flags API to at least try and prevent developers from using it.