Enterprise Only
This section is only relevant to Enterprise customers who acquired an on-prem license.
Management Guide
Learn how to configure, manage, and maintain your Permit Platform deployment.
Post-Installation Access
After successful deployment, your Permit Platform provides access to multiple services and management interfaces.
Primary Application Access
Frontend Application:
URL: https://your-configured-domain.com
Login: Use the admin credentials shown at end of installation
Or register a new account
The admin password is auto-generated during installation and displayed in the installation output. You can also retrieve it from Kubernetes secrets:
# Retrieve admin password
kubectl get secret global-infrastructure-secret -n permit-platform \
-o jsonpath='{.data.KEYCLOAK_ADMIN_PASSWORD}' | base64 -d
Management Dashboards
All management interfaces are accessible via your configured domain with path-based routing:
| Service | URL | Credentials | Purpose |
|---|---|---|---|
| Permit Frontend | https://your-domain.com | admin/[auto-generated] or register | Main policy management UI |
| Keycloak Admin | https://your-domain.com/auth | admin/[auto-generated] | User authentication and identity management |
| RabbitMQ Dashboard | https://your-domain.com/rabbitmq/ | permit/[auto-generated] | Message queue monitoring |
| OpenSearch Dashboard | https://your-domain.com/opensearch/ | No auth required | Audit logs and analytics |
| SCIM Service | https://your-domain.com/scim | API-based | Identity provider integration (Okta, etc.) |