Files
smom-dbis-138/config/omnl-super-admins.v1.json
zaragoza444 604f493ff1
Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m16s
CI/CD Pipeline / Security Scanning (push) Successful in 2m23s
CI/CD Pipeline / Lint and Format (push) Failing after 48s
CI/CD Pipeline / Terraform Validation (push) Failing after 26s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 26s
Deploy ChainID 138 / Deploy ChainID 138 (push) Failing after 38s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 29s
Validation / validate-genesis (push) Successful in 30s
Validation / validate-terraform (push) Failing after 28s
Validation / validate-kubernetes (push) Failing after 11s
Validation / validate-smart-contracts (push) Failing after 11s
Validation / validate-security (push) Failing after 1m21s
Validation / validate-documentation (push) Failing after 19s
Verify Deployment / Verify Deployment (push) Failing after 56s
chore: assign four super-admin emails to portal operators
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-29 05:29:10 -07:00

52 lines
1.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"version": "1.1.0",
"description": "Four OMNL super-admin operators — one per banking portal LXC (58255828). API keys via env vars (never commit values).",
"superAdmins": [
{
"id": "sa-office24",
"username": "zardasht",
"email": "zardasht@omdnl.org",
"displayName": "Zardasht Office 24 Super Admin",
"portalCtid": 5825,
"portalName": "omnl-office24-portal",
"envKey": "OMNL_SUPER_ADMIN_OFFICE24_KEY",
"fineractUser": "ali_hospitallers_admin",
"products": ["office-24", "digital-swap"]
},
{
"id": "sa-exchange",
"username": "bernard.niehaus",
"email": "bernard.niehaus@d-bis.org",
"displayName": "DBIS Exchange Super Admin",
"portalCtid": 5826,
"portalName": "dbis-exchange-portal",
"envKey": "OMNL_SUPER_ADMIN_EXCHANGE_KEY",
"fineractUser": "ali_hospitallers_operator",
"products": ["dbis-trade"]
},
{
"id": "sa-secure",
"username": "pc.walker",
"email": "pc.walker@d-bis.org",
"displayName": "Central Bank / Online Banking Super Admin",
"portalCtid": 5827,
"portalName": "dbis-secure-portal",
"envKey": "OMNL_SUPER_ADMIN_SECURE_KEY",
"fineractUser": "ali_hospitallers_admin",
"products": ["central-bank", "online-banking"]
},
{
"id": "sa-forex",
"username": "zardasht.ops",
"email": "70rn4710n@proton.me",
"displayName": "Forex Trade Super Admin",
"portalCtid": 5828,
"portalName": "dbis-forex-portal",
"envKey": "OMNL_SUPER_ADMIN_FOREX_KEY",
"fineractUser": "ali_hospitallers_operator",
"products": ["forex-trade"]
}
],
"notes": "Run scripts/deployment/seed-omnl-super-admin-keys.sh for API keys and seed-omnl-super-admin-users.mjs for control-panel login. Each LXC receives its portal key as OMNL_API_KEY via push-portal-env-to-lxc.sh."
}