Hide feed, incoming email, and static access tokens by default
What does this MR do and why?
Describe in detail what your merge request does and why.
Enables the hide_access_tokens
feature flag by default. This feature flag has already been enabled on gitlab.com.
Screenshots or screen recordings
For context
Before | After |
---|---|
How to set up and validate locally
- Open
gitlab.yml
in thegdk/gitlab
directory. Find theincoming_email
property and changeenabled
totrue
. Rungdk restart
- Sign in as an Admin.
- Navigate to
/admin/application_settings/general
. Open theVisibility and access controls
section and ensure theDisable feed token
checkbox is unchecked. - Navigate to
/admin/application_settings/repository
. Open theExternal storage for repository static objects
section. Enterhttps://foo.bar
for theExternal storage URL
field and a random value (fdsafasdf
) forExternal storage authentication token
. - Navigate to
/-/profile/personal_access_tokens
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Peter Hegman