@@ -46,13 +46,14 @@ Note, the HTTPS URL is mandatory, and you only need to include certificateAuthor
4646 prefix usernames with `keycloak:` as configured in the claim mappings :
4747
4848` ` ` shell
49- $ jmp admin create client test-client --oidc-username keycloak:developer-1
49+ $ jmp admin create client test-client --insecure-tls-config -- oidc-username keycloak:developer-1
5050` ` `
5151
52524. Instruct users to log in with :
5353
5454` ` ` shell
5555$ jmp login --client <client alias> \
56+ --insecure-tls-config \
5657 --endpoint <jumpstarter controller endpoint> \
5758 --namespace <namespace> --name <client name> \
5859 --issuer https://<keycloak domain>/realms/<realm name>
@@ -62,6 +63,7 @@ For non-interactive login, add username and password:
6263
6364` ` ` shell
6465$ jmp login --client <client alias> [other parameters] \
66+ --insecure-tls-config \
6567 --username <username> \
6668 --password <password>
6769` ` `
@@ -76,6 +78,7 @@ For exporters, use similar login command but with the `--exporter` flag:
7678
7779` ` ` shell
7880$ jmp login --exporter <exporter alias> \
81+ --insecure-tls-config \
7982 --endpoint <jumpstarter controller endpoint> \
8083 --namespace <namespace> --name <exporter name> \
8184 --issuer https://<keycloak domain>/realms/<realm name>
188191
189192` ` ` shell
190193$ jmp admin create exporter test-exporter \
194+ --insecure-tls-config \
191195 --oidc-username dex:system:serviceaccount:default:test-service-account
192196` ` `
193197
@@ -197,6 +201,7 @@ For clients:
197201
198202` ` ` shell
199203$ jmp login --client <client alias> \
204+ --insecure-tls-config \
200205 --endpoint <jumpstarter controller endpoint> \
201206 --namespace <namespace> --name <client name> \
202207 --issuer https://dex.dex.svc.cluster.local:5556 \
@@ -208,6 +213,7 @@ For exporters:
208213
209214` ` ` shell
210215$ jmp login --exporter <exporter alias> \
216+ --insecure-tls-config \
211217 --endpoint <jumpstarter controller endpoint> \
212218 --namespace <namespace> --name <exporter name> \
213219 --issuer https://dex.dex.svc.cluster.local:5556 \
0 commit comments