mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 01:28:44 +00:00
docs: fix some typos (#2048)
* Typo * Do some spellchecking while I'm here
This commit is contained in:
@@ -164,7 +164,7 @@ If using the server `repos.yaml` file, you would use the following config:
|
||||
|
||||
```yaml
|
||||
# repos.yaml
|
||||
# Specify TERRAGRUNT_TFPATH environment variable to accomodate setting --default-tf-version
|
||||
# Specify TERRAGRUNT_TFPATH environment variable to accommodate setting --default-tf-version
|
||||
# Generate json plan via terragrunt for policy checks
|
||||
repos:
|
||||
- id: "/.*/"
|
||||
|
||||
@@ -81,10 +81,10 @@ could be stolen. Enable SSL/HTTPS using the `--ssl-cert-file` and `--ssl-key-fil
|
||||
flags.
|
||||
|
||||
### Enable Authentication on Atlantis Web Server
|
||||
It is very reccomended to enable authentication in the web service. Enable BasicAuth using the `--web-basic-auth=true` and setup a username and a password using `--web-username=yourUsername` and `--web-password=yourPassword` flags.
|
||||
It is very recommended to enable authentication in the web service. Enable BasicAuth using the `--web-basic-auth=true` and setup a username and a password using `--web-username=yourUsername` and `--web-password=yourPassword` flags.
|
||||
|
||||
You can also pass these as environment variables `ATLANTIS_WEB_BASIC_AUTH=true` `ATLANTIS_WEB_USERNAME=yourUsername` and `ATLANTIS_WEB_PASSWORD=yourPassword`.
|
||||
|
||||
::tip Tip
|
||||
:::tip Tip
|
||||
We do encourage the usage of complex passwords in order to prevent basic bruteforcing attacks.
|
||||
:::
|
||||
:::
|
||||
|
||||
@@ -14,7 +14,7 @@ the file passed to `--ssl-cert-file` should be the concatenation of the server's
|
||||
|
||||
If you have this error when specifying a TLS cert with a key:
|
||||
```
|
||||
[EROR] server.go:413 server: Tls: private key does not match public key
|
||||
[ERROR] server.go:413 server: Tls: private key does not match public key
|
||||
```
|
||||
|
||||
Check that the locally signed certificate authority is prepended to the self signed certificate.
|
||||
|
||||
Reference in New Issue
Block a user