Skip to content

TUI/CLI install on k8s? #5692

Closed Answered by moabu
ksully-execute asked this question in Q&A
Jul 30, 2023 · 2 comments · 6 replies
Discussion options

You must be logged in to vote

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 :

FQDN=demoexample.jans.io
# Notice the namespace is jans here . Change it if it was changed during installation of janssen previously
TUI_CLIENT_ID=$(kubectl get cm cn -o json -n jans | grep '"t…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@ksully-execute
Comment options

@moabu
Comment options

moabu Sep 8, 2023
Maintainer

Answer selected by moabu
Comment options

You must be logged in to vote
4 replies
@moabu
Comment options

moabu Aug 7, 2023
Maintainer

@ksully-execute
Comment options

@ksully-execute
Comment options

@ksully-execute
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants