Support shell environment without local browser access (e.g. Linux VM) #141
Labels
component/gardenctl
Gardener CLI
kind/enhancement
Enhancement, improvement, extension
lifecycle/rotten
Nobody worked on this for 12 months (final aging stage)
What would you like to be added:
Support shell environment without local browser access (e.g. Linux VM)
Why is this needed:
On a remote Linux VM, there is no local browser access available. In this case OIDC login command should have the following additional parameter:
For the Garden clusters this can be added manual (documentation needed) but for seed clusters this should be provided automatically in the downloaded kubeconfig.yaml files.
Maybe a configuration property in gardenctlv2 might make sense.
Note: A file watch might not be the best solution, because it would be a OS specific solution and not generic.
Even better it would be if no separate browser window at all would be required but a classic Linux browser in the shell like w3m would be raised and the client certificate should be usable. Then the code would be displayed and could be copied.
The text was updated successfully, but these errors were encountered: