docs: fix some typos (#2048)

* Typo

* Do some spellchecking while I'm here
This commit is contained in:
ocaisa
2022-02-05 01:12:26 +01:00
committed by GitHub
parent 8f3fcc05f7
commit 3dcc64209f
3 changed files with 5 additions and 5 deletions

View File

@@ -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: "/.*/"

View File

@@ -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.
:::
:::

View File

@@ -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.