Correct production operator username guidance
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Jens
2026-08-01 13:35:55 +02:00
parent d1356aeed9
commit be38e9a99f
4 changed files with 38 additions and 4 deletions
+2 -2
View File
@@ -6,11 +6,11 @@
# never written to disk, never printed and never passed as a command argument.
#
# Usage:
# bash scripts/configure_operator_login.sh --username jens@itworx.tech
# bash scripts/configure_operator_login.sh --username ITWorx
# -> prompts for the password (nothing lands in shell history)
#
# GEOINTEL_OPERATOR_PASSWORD='...' bash scripts/configure_operator_login.sh \
# --username jens@itworx.tech --non-interactive
# --username ITWorx --non-interactive
#
# Options:
# --username <value> Operator login name. Required.