Base URLs
Your base URLs are determined by your installation configuration:Consult your infrastructure team or installation documentation for exact URLs.
Authentication
On-Prem uses Keycloak as the identity provider. The setup process is identical to SaaS:- M2M (CI/CD): Setup API Client – Keycloak Admin Console access required
- User Access: User Authentication
Keycloak Admin Access
For On-Prem installations, you have full access to the Keycloak Admin Console to:- Create and manage API Clients
- Configure user federation (LDAP, SAML)
- Customize authentication policies
Network Considerations
Internal Access
Ensure your CI/CD runners can reach:- API Server (port 443)
- Keycloak (port 443)
Air-Gapped Environments
For fully air-gapped deployments:- Pre-download required container images
- Configure local image registries
- See On-Prem Installation for offline setup