aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorpg9182 <96569817+pg9182@users.noreply.github.com>2024-01-22 07:49:44 -0500
committerpg9182 <96569817+pg9182@users.noreply.github.com>2024-01-22 07:49:44 -0500
commit7c16a136150c4509f6bb2dd6712a085d81441be3 (patch)
tree1d57504f60b21a7e446e9723a15cf35ee60ea6bb /docs
parent178ea8367ebda95f5f275af203b96f0903bc4585 (diff)
downloadAtlas-7c16a136150c4509f6bb2dd6712a085d81441be3.tar.gz
Atlas-7c16a136150c4509f6bb2dd6712a085d81441be3.zip
all: Drop support for origin username source
Diffstat (limited to 'docs')
-rw-r--r--docs/PRODUCTION.md13
1 files changed, 2 insertions, 11 deletions
diff --git a/docs/PRODUCTION.md b/docs/PRODUCTION.md
index 81e1b06..f10e6ac 100644
--- a/docs/PRODUCTION.md
+++ b/docs/PRODUCTION.md
@@ -161,16 +161,7 @@ This document describes the recommended setup for an non-containerized Atlas ser
ATLAS_API0_MAINMENUPROMOS_UPDATENEEDED=file:/etc/atlas/mainmenupromos_updateneeded.json
# username lookup
- ATLAS_USERNAMESOURCE=eax-origin
-
- # origin (the account MUST have app-based two-factor authentication set up)
- ATLAS_ORIGIN_EMAIL=email@example.com
- ATLAS_ORIGIN_PASSWORD=@origin_password
- ATLAS_ORIGIN_TOTP=@origin_totp
- ATLAS_ORIGIN_HAR_GZIP=true
- ATLAS_ORIGIN_HAR_SUCCESS=/var/log/atlas/har
- ATLAS_ORIGIN_HAR_ERROR=/var/log/atlas/har
- ATLAS_ORIGIN_PERSIST=/var/lib/atlas/origin.json
+ ATLAS_USERNAMESOURCE=stryder
# eax
EAX_UPDATE_INTERVAL=24h
@@ -291,7 +282,7 @@ This document describes the recommended setup for an non-containerized Atlas ser
echo "[Service]" | tee /etc/systemd/system/atlas.service.d/credentials.conf
```
- For each credential (in the example config: `northstartf.key`, `northstartf.crt`, `api0_server_id_secret`, `metrics_secret`, `origin_password`, `origin_totp`),
+ For each credential (in the example config: `northstartf.key`, `northstartf.crt`, `api0_server_id_secret`, `metrics_secret`),
```bash
sudo systemd-creds --pretty encrypt --name credential_name - - | tee -a /etc/systemd/system/atlas.service.d/credentials.conf