From 7c16a136150c4509f6bb2dd6712a085d81441be3 Mon Sep 17 00:00:00 2001 From: pg9182 <96569817+pg9182@users.noreply.github.com> Date: Mon, 22 Jan 2024 07:49:44 -0500 Subject: all: Drop support for origin username source --- docs/PRODUCTION.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3