Commit 5e9b9937 authored by waridrox's avatar waridrox Committed by Marcel Amirault

feat: fix doc warnings by Vale acronym rule

parent d00dce8b
...@@ -49,6 +49,7 @@ exceptions: ...@@ -49,6 +49,7 @@ exceptions:
- ECS - ECS
- EFS - EFS
- EKS - EKS
- ELB
- EOL - EOL
- EXIF - EXIF
- FAQ - FAQ
...@@ -98,6 +99,7 @@ exceptions: ...@@ -98,6 +99,7 @@ exceptions:
- LESS - LESS
- LFS - LFS
- LRU - LRU
- LTM
- LTS - LTS
- MIME - MIME
- MIT - MIT
...@@ -119,6 +121,7 @@ exceptions: ...@@ -119,6 +121,7 @@ exceptions:
- PEM - PEM
- PEP - PEP
- PGP - PGP
- PID
- PKCS - PKCS
- PHP - PHP
- PNG - PNG
...@@ -129,6 +132,7 @@ exceptions: ...@@ -129,6 +132,7 @@ exceptions:
- RAM - RAM
- RBAC - RBAC
- RDP - RDP
- RDS
- REST - REST
- RFC - RFC
- RHEL - RHEL
...@@ -140,6 +144,7 @@ exceptions: ...@@ -140,6 +144,7 @@ exceptions:
- RVM - RVM
- SAAS - SAAS
- SAML - SAML
- SAN
- SAST - SAST
- SATA - SATA
- SCIM - SCIM
...@@ -173,6 +178,7 @@ exceptions: ...@@ -173,6 +178,7 @@ exceptions:
- TODO - TODO
- TOML - TOML
- TTL - TTL
- UID
- UDP - UDP
- UID - UID
- UNIX - UNIX
......
...@@ -45,7 +45,7 @@ For more information, see the links shown on this page for each external provide ...@@ -45,7 +45,7 @@ For more information, see the links shown on this page for each external provide
| Capability | SaaS | Self-Managed | | Capability | SaaS | Self-Managed |
|-------------------------------------------------|-----------------------------------------|------------------------------------| |-------------------------------------------------|-----------------------------------------|------------------------------------|
| **User Provisioning** | SCIM<br>JIT Provisioning | LDAP Sync | | **User Provisioning** | SCIM<br>Just-In-Time (JIT) Provisioning | LDAP Sync |
| **User Detail Updating** (not group management) | Not Available | LDAP Sync | | **User Detail Updating** (not group management) | Not Available | LDAP Sync |
| **Authentication** | SAML at top-level group (1 provider) | LDAP (multiple providers)<br>Generic OAuth2<br>SAML (only 1 permitted per unique provider)<br>Kerberos<br>JWT<br>Smartcard<br>OmniAuth Providers (only 1 permitted per unique provider) | | **Authentication** | SAML at top-level group (1 provider) | LDAP (multiple providers)<br>Generic OAuth2<br>SAML (only 1 permitted per unique provider)<br>Kerberos<br>JWT<br>Smartcard<br>OmniAuth Providers (only 1 permitted per unique provider) |
| **Provider-to-GitLab Role Sync** | SAML Group Sync | LDAP Group Sync | | **Provider-to-GitLab Role Sync** | SAML Group Sync | LDAP Group Sync |
......
...@@ -217,7 +217,7 @@ use the `hard` option, because (from the man page): ...@@ -217,7 +217,7 @@ use the `hard` option, because (from the man page):
> use the soft option only when client responsiveness is more important than data integrity > use the soft option only when client responsiveness is more important than data integrity
Other vendors make similar recommendations, including Other vendors make similar recommendations, including
[SAP](http://wiki.scn.sap.com/wiki/x/PARnFQ) and NetApp's [System Applications and Products in Data Processing (SAP)](http://wiki.scn.sap.com/wiki/x/PARnFQ) and NetApp's
[knowledge base](https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/What_are_the_differences_between_hard_mount_and_soft_mount), [knowledge base](https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/What_are_the_differences_between_hard_mount_and_soft_mount),
they highlight that if the NFS client driver caches data, `soft` means there is no certainty if they highlight that if the NFS client driver caches data, `soft` means there is no certainty if
writes by GitLab are actually on disk. writes by GitLab are actually on disk.
......
...@@ -847,7 +847,7 @@ Investigate further if: ...@@ -847,7 +847,7 @@ Investigate further if:
- `reply_time` is not current. - `reply_time` is not current.
The `lsn` fields relate to which write-ahead-log segments have been replicated. The `lsn` fields relate to which write-ahead-log segments have been replicated.
Run the following on the leader to find out the current LSN: Run the following on the leader to find out the current Log Sequence Number (LSN):
```shell ```shell
echo 'SELECT pg_current_wal_lsn();' | gitlab-psql echo 'SELECT pg_current_wal_lsn();' | gitlab-psql
...@@ -1248,7 +1248,7 @@ To fix the problem, ensure the loopback interface is included in the CIDR addres ...@@ -1248,7 +1248,7 @@ To fix the problem, ensure the loopback interface is included in the CIDR addres
1. [Reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to take effect. 1. [Reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure) for the changes to take effect.
1. Check that [all the replicas are synchronized](#check-replication-status) 1. Check that [all the replicas are synchronized](#check-replication-status)
### Errors in Patroni logs: the requested start point is ahead of the WAL flush position ### Errors in Patroni logs: the requested start point is ahead of the Write Ahead Log (WAL) flush position
This error indicates that the database is not replicating: This error indicates that the database is not replicating:
......
...@@ -69,10 +69,10 @@ The key needs to be readable by the GitLab system user (`git` by default). ...@@ -69,10 +69,10 @@ The key needs to be readable by the GitLab system user (`git` by default).
The key needs to be readable by the GitLab system user (`git` by default). The key needs to be readable by the GitLab system user (`git` by default).
### How to convert S/MIME PKCS #12 / PFX format to PEM encoding ### How to convert S/MIME PKCS #12 format to PEM encoding
Typically S/MIME certificates are handled in binary PKCS #12 format (`.pfx` or `.p12` Typically S/MIME certificates are handled in binary Public Key Cryptography Standards (PKCS) #12 format
extensions), which contain the following in a single encrypted file: (`.pfx` or `.p12` extensions), which contain the following in a single encrypted file:
- Public certificate - Public certificate
- Intermediate certificates (if any) - Intermediate certificates (if any)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment