Commit 9974ce3bd9da13f2ef7149da384c7cb00b8b5bfc
1 parent
c2f73f70
Exists in
7-0-stable-spb
Added fileds in allow remote_user database setting
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
config/gitlab.yml.example
... | ... | @@ -156,8 +156,15 @@ production: &base |
156 | 156 | # |
157 | 157 | user_filter: ' ' |
158 | 158 | |
159 | + ## Support for REMOTE_USER feature | |
160 | + # This will query the REMOTE_USER coming from HTTP request on a database | |
161 | + # that's the database env[] needs configuration for | |
159 | 162 | env: |
160 | 163 | enabled: true |
164 | + database_name: ' ' | |
165 | + host: ' ' | |
166 | + user: ' ' | |
167 | + password: ' ' | |
161 | 168 | |
162 | 169 | ## OmniAuth settings |
163 | 170 | omniauth: | ... | ... |