mirror of
https://github.com/jsiebens/ionscale.git
synced 2026-03-31 15:07:49 +01:00
fix incorrect env variables usage
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user