fix(access): exclude UCS systems — managed via API not SSH

- tsys-ucs-01/02 moved to EXCLUDE in access-matrix.sh
- Close [#418] — no longer need 2FA removal or SSH key push

Refs [#418]

💘 Generated with Crush

Assisted-by: Crush:glm-5.2
This commit is contained in:
2026-08-10 15:39:28 -05:00
parent dbecf87806
commit 59f155d06e
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ set -u
cd /home/reachableceo/projects/PFVCluster || exit 1 cd /home/reachableceo/projects/PFVCluster || exit 1
# Policy-excluded systems (never attempt access) # Policy-excluded systems (never attempt access)
EXCLUDE=':tsys-cloudron:pfv-bms:tsys-umbrel:stlpc-bizoffice:ultix-highside:' EXCLUDE=':tsys-cloudron:pfv-bms:tsys-umbrel:tsys-ucs-01:tsys-ucs-02:stlpc-bizoffice:ultix-highside:'
# Determine the SSH user(s) for a given hostname and whether sudo is expected. # Determine the SSH user(s) for a given hostname and whether sudo is expected.
# Returns "user1:user2:...:sudoflag" where sudoflag is "yes" or "no". # Returns "user1:user2:...:sudoflag" where sudoflag is "yes" or "no".
+4 -2
View File
@@ -62,10 +62,12 @@ run_with_su ultix-field 100.115.233.124 ultixfield ultixfield
echo "========================================" echo "========================================"
echo "Done. Tell the agent to re-run access-matrix.sh to verify." echo "Done. Tell the agent to re-run access-matrix.sh to verify."
echo "========================================" echo "========================================"
echo "Blocked — need console work (separate tickets):" echo "Blocked — need console work (separate ticket):"
echo " tsys-ucs-01, tsys-ucs-02 — remove 2FA first [#418]"
echo " stlpc-3dscanner — bring online + rename [#417]" echo " stlpc-3dscanner — bring online + rename [#417]"
echo "========================================" echo "========================================"
echo "Excluded (managed via API, not SSH):"
echo " tsys-ucs-01, tsys-ucs-02"
echo "========================================"
echo "2FA by design (leave alone):" echo "2FA by design (leave alone):"
echo " sectestbed-sandbox" echo " sectestbed-sandbox"
echo "========================================" echo "========================================"