diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-17 09:07:48 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-17 09:07:48 +0000 |
commit | 5bd24a54ef4ce3a38a860eb53b66d062c2382971 (patch) | |
tree | 5f5e65571dfcb2c62c27600ee7655dec4b44c923 /doc/administration | |
parent | 74673d04d25ffed35cbcf17cd42969bed0a4e705 (diff) | |
download | gitlab-ce-5bd24a54ef4ce3a38a860eb53b66d062c2382971.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/compliance.md | 1 | ||||
-rw-r--r-- | doc/administration/high_availability/redis.md | 2 | ||||
-rw-r--r-- | doc/administration/index.md | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/doc/administration/compliance.md b/doc/administration/compliance.md index 246addb6dc9..44e1cc8059a 100644 --- a/doc/administration/compliance.md +++ b/doc/administration/compliance.md @@ -16,3 +16,4 @@ GitLab’s [security features](../security/README.md) may also help you meet rel |**[LDAP group sync filters](auth/ldap-ee.md#group-sync)**<br>GitLab Enterprise Edition Premium gives more flexibility to synchronize with LDAP based on filters, meaning you can leverage LDAP attributes to map GitLab permissions.|Premium+|| |**[Audit logs](audit_events.md)**<br>To maintain the integrity of your code, GitLab Enterprise Edition Premium gives admins the ability to view any modifications made within the GitLab server in an advanced audit log system, so you can control, analyze and track every change.|Premium+|| |**[Auditor users](auditor_users.md)**<br>Auditor users are users who are given read-only access to all projects, groups, and other resources on the GitLab instance.|Premium+|| +|**[Credentials inventory](../user/admin_area/credentials_inventory.md)**<br>With a credentials inventory, GitLab administrators can keep track of the credentials used by all of the users in their GitLab instance. |Ultimate|| diff --git a/doc/administration/high_availability/redis.md b/doc/administration/high_availability/redis.md index 72968cfed56..9b733034f5b 100644 --- a/doc/administration/high_availability/redis.md +++ b/doc/administration/high_availability/redis.md @@ -71,7 +71,7 @@ Omnibus: redis['port'] = 6379 redis['password'] = 'SECRET_PASSWORD_HERE' - gitlab_rails['auto_migrate'] = false + gitlab_rails['enable'] = false ``` 1. [Reconfigure Omnibus GitLab][reconfigure] for the changes to take effect. diff --git a/doc/administration/index.md b/doc/administration/index.md index 1652b287258..2a9980cddb3 100644 --- a/doc/administration/index.md +++ b/doc/administration/index.md @@ -124,6 +124,7 @@ Learn how to install, configure, update, and maintain your GitLab instance. basic Postfix mail server with IMAP authentication on Ubuntu for incoming emails. - [Abuse reports](../user/admin_area/abuse_reports.md): View and resolve abuse reports from your users. +- [Credentials Inventory](../user/admin_area/credentials_inventory.md): With Credentials inventory, GitLab administrators can keep track of the credentials used by their users in their GitLab self-managed instance. **(ULTIMATE ONLY)** ## Project settings |