From 3dcc64209fc36acffdf7b980a190fb788b76e562 Mon Sep 17 00:00:00 2001 From: ocaisa Date: Sat, 5 Feb 2022 01:12:26 +0100 Subject: [PATCH] docs: fix some typos (#2048) * Typo * Do some spellchecking while I'm here --- runatlantis.io/docs/custom-workflows.md | 2 +- runatlantis.io/docs/security.md | 6 +++--- runatlantis.io/docs/troubleshooting-https.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/runatlantis.io/docs/custom-workflows.md b/runatlantis.io/docs/custom-workflows.md index 2253e221e2..40b33782b3 100644 --- a/runatlantis.io/docs/custom-workflows.md +++ b/runatlantis.io/docs/custom-workflows.md @@ -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: "/.*/" diff --git a/runatlantis.io/docs/security.md b/runatlantis.io/docs/security.md index a1cfa57812..6bac3d1da7 100644 --- a/runatlantis.io/docs/security.md +++ b/runatlantis.io/docs/security.md @@ -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. -::: \ No newline at end of file +::: diff --git a/runatlantis.io/docs/troubleshooting-https.md b/runatlantis.io/docs/troubleshooting-https.md index 52ae0ffb9f..191a4b1242 100644 --- a/runatlantis.io/docs/troubleshooting-https.md +++ b/runatlantis.io/docs/troubleshooting-https.md @@ -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.