Aparência
finnest kc
Open a local tunnel to the Keycloak admin console of a deployment target.
Open a foreground kubectl port-forward to the Keycloak admin console, which is deliberately not published on the internet. The local port is derived from the origin the deployment publishes the console on, because Keycloak pins the console redirect URI to it — --port is accepted only when it matches. Prints the local console URL and where the admin credentials live; never prints credential values.
Grupo: Deploy e ciclo de vida · Nível: secundário
Uso
bash
finnest kc <subcomando> [opções]Exemplos
bash
finnest kc console --cloud=aws --environment=sandbox
finnest kc console --cloud=azure --environment=sandbox --jsonOpções
--cloud <cloud>— Target cloud for setup, deploy, and diagnostics.--environment <environment>— Target environment: sandbox or prod.--port <port>— Local port for the console tunnel (1024-65535, default 8080).--log-level <level>— Diagnostic verbosity: error, warn, info, debug, or trace.--plain— Force headless output even on an interactive TTY.--verbose— Enable debug-level diagnostics.
As opções globais de saída também se aplicam.
Subcomandos
console— Port-forward the Keycloak admin console to localhost until Ctrl-C.
finnest kc console
Port-forward the Keycloak admin console to localhost until Ctrl-C.
Opções
--cloud <cloud>— Target cloud for setup, deploy, and diagnostics.--environment <environment>— Target environment: sandbox or prod.--port <port>— Local port for the console tunnel (1024-65535, default 8080).--log-level <level>— Diagnostic verbosity: error, warn, info, debug, or trace.--plain— Force headless output even on an interactive TTY.--verbose— Enable debug-level diagnostics.
As opções globais de saída também se aplicam.