From b186685bd4ed1041b4cd4690ae3c38b7e29fd9f6 Mon Sep 17 00:00:00 2001 From: ocaisa Date: Fri, 4 Feb 2022 09:18:25 +0100 Subject: [PATCH 1/2] Typo --- runatlantis.io/docs/security.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runatlantis.io/docs/security.md b/runatlantis.io/docs/security.md index a1cfa57812..3cf41ab1af 100644 --- a/runatlantis.io/docs/security.md +++ b/runatlantis.io/docs/security.md @@ -85,6 +85,6 @@ It is very reccomended to enable authentication in the web service. Enable Basic 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 +::: From c8e3eb9c363136114fffc65a93b5c1de50145943 Mon Sep 17 00:00:00 2001 From: Alan O'Cais Date: Fri, 4 Feb 2022 09:49:57 +0100 Subject: [PATCH 2/2] Do some spellchecking while I'm here --- runatlantis.io/docs/custom-workflows.md | 2 +- runatlantis.io/docs/policy-checking.md | 2 +- runatlantis.io/docs/security.md | 2 +- runatlantis.io/docs/troubleshooting-https.md | 2 +- 4 files changed, 4 insertions(+), 4 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/policy-checking.md b/runatlantis.io/docs/policy-checking.md index e0ee0bcd2f..4bcdce66ae 100644 --- a/runatlantis.io/docs/policy-checking.md +++ b/runatlantis.io/docs/policy-checking.md @@ -66,7 +66,7 @@ policies: - example-dev policy_sets: - name: example-conf-tests - path: /home/atlantis/conftest_policies # Consider seperate vcs & mount into container + path: /home/atlantis/conftest_policies # Consider separate vcs & mount into container source: local workflows: custom: diff --git a/runatlantis.io/docs/security.md b/runatlantis.io/docs/security.md index 3cf41ab1af..6bac3d1da7 100644 --- a/runatlantis.io/docs/security.md +++ b/runatlantis.io/docs/security.md @@ -81,7 +81,7 @@ 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`. 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.