Expand description
HTTP endpoints for the web console.
Structsยง
- Console
Proxy ๐Config
Staticsยง
- CONSOLE_
CONFIG_ ๐VAR_ NAMES - OIDC configuration values needed by the Console to initiate OIDC login.
Functionsยง
- handle_
console_ config - Returns system variable values the web console needs from environmentd. This endpoint requires no authentication.
- handle_
internal_ ๐console - The User Impersonation feature uses a Teleport proxy in front of the Internal HTTP Server, however Teleport has issues with CORS that prevent making requests to that Teleport-proxied app from our production console URLs. To avoid CORS and serve the Console from the same host as the Teleport app, this route proxies the upstream Console to handle requests for HTML, JS, and CSS static files.