Web UI
If so configured, GLAuth starts with a web UI that allows you to check its statistics as well as application health.
This web UI runs mated to a REST API that is accessible at the same address.
The statistics available are of particular interest when running in LDAP proxy mode.
Example configuration:
1[api]2 enabled = true3 internals = true # debug application performance4 tls = false # enable TLS for production!!5 listen = "0.0.0.0:5555"6 cert = "cert.pem"7 key = "key.pem"
If internals
is enabled, an additional screen becomes available, providing information pertaining to the Go application’s internals, including garbage collection information, heap size, etc.