TUI/CLI install on k8s? #5692
-
After k8s install, is the TUI (or CLI) already installed, and if not, do we just install it in one of the pods? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
hey @ksully-execute , You either build it from scratch or you download it from the release assets depending on the OS you are running it from https://github.com/JanssenProject/jans/releases/tag/v1.0.15 . The config API should be exposed to the AS and internal services and to the managing or VPN network of devs . Therefore, from where you normally interact with your k8s cluster would probably be the best place to interact with the config API since it would have access to it. Here is a short how to :
|
Beta Was this translation helpful? Give feedback.
-
ok, making progress, with V1.0.16-1 running, auth server well known endpoints are responding ok with cilium ingress, and I can start the TUI. not sure it's related, but I note that the well known endpoints for fido2 and scim are NOT responding ok when trying: <title>Error 404 Not Found</title> HTTP ERROR 404 Not Found` |
Beta Was this translation helpful? Give feedback.
hey @ksully-execute ,
You either build it from scratch or you download it from the release assets depending on the OS you are running it from https://github.com/JanssenProject/jans/releases/tag/v1.0.15 .
The config API should be exposed to the AS and internal services and to the managing or VPN network of devs . Therefore, from where you normally interact with your k8s cluster would probably be the best place to interact with the config API since it would have access to it. Here is a short how to :