Config file reference, authentication, and security hardening.
Example: HTTP health check with TLS and Prometheus metrics:
SMTP Settings Nexus GSLB can send email for two purposes: Password reset — delivers a one-time token when a user clicks "Forgot password?" Health alerts — notifies operators when a member transitions between healthy and unhealthy SMTP can be configured ...
This guide summarizes security-related settings and best practices when deploying Nexus GSLB.
Nexus GSLB automatically saves a versioned snapshot of the full cluster configuration after every write mutation. You can browse the change timeline, inspect what changed, and restore any previous snapshot with one click.
Password Reset Nexus GSLB supports self-service password reset via email for local accounts. Administrators can also generate reset tokens directly from the CLI without requiring email. OIDC/SSO accounts cannot use this flow — password management is deleg ...
Nexus GSLB uses named user accounts with session-based authentication. Users log in with email and password, receive a session token, and carry that token (via cookie in the browser, or Authorization: Bearer header in the CLI and API clients). Sessions...