fix incorrect env variables usage

This commit is contained in:
Johan Siebens
2025-05-07 21:35:35 +02:00
parent 8fe4342571
commit 65e446e126
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -184,8 +184,8 @@ auth:
If you've configured OIDC but no system administrators, you can still use the system admin key from your initial setup for administrative tasks:
```bash
export IONSCALE_URL="https://your-ionscale-domain.com"
export IONSCALE_KEY="your-system-admin-key"
export IONSCALE_ADDR="https://your-ionscale-domain.com"
export IONSCALE_SYSTEM_ADMIN_KEY="your-system-admin-key"
ionscale tailnet list
```
+3 -3
View File
@@ -33,8 +33,8 @@ If you configured ionscale with a system admin key during installation, you can
```bash
# Configure environment variables
export IONSCALE_URL="https://ionscale.example.com"
export IONSCALE_KEY="your-system-admin-key"
export IONSCALE_ADDR="https://ionscale.example.com"
export IONSCALE_SYSTEM_ADMIN_KEY="your-system-admin-key"
# Verify connection
ionscale version
@@ -48,7 +48,7 @@ If you configured ionscale with an OIDC provider, users designated as system adm
```bash
# Configure URL only
export IONSCALE_URL="https://ionscale.example.com"
export IONSCALE_ADDR="https://ionscale.example.com"
# Authenticate through OIDC
ionscale auth login