Ideally the users should only provide the grpc endpoint at login, and the client should discover any infra details.
i.e.
jmp login --endpoint grpc.jumpstarter-lab.xxx:443
Probably even:
jmp login grpc.jumpstarter-lab.xxx:443
This would need adding a new method to grpc where the authentication endpoints can be discovered, as well as the namespace, etc..
Ideally the users should only provide the grpc endpoint at login, and the client should discover any infra details.
i.e.
jmp login --endpoint grpc.jumpstarter-lab.xxx:443Probably even:
jmp login grpc.jumpstarter-lab.xxx:443This would need adding a new method to grpc where the authentication endpoints can be discovered, as well as the namespace, etc..