Disable auth for skupper console during demo.

This commit is contained in:
2023-10-20 22:32:16 +13:00
parent 9e99f2c7bc
commit 9e90fbbb8e

View File

@ -79,9 +79,7 @@ With skupper initialised lets take a look at the included web console:
#+NAME: Open skupper web interface #+NAME: Open skupper web interface
#+begin_src tmux #+begin_src tmux
#export password=$(kubectl get secret skupper-console-users --output jsonpath="{.data.admin}" | base64 --decode)
export port=$(kubectl get svc skupper --output jsonpath={.spec.ports[0].nodePort}) export port=$(kubectl get svc skupper --output jsonpath={.spec.ports[0].nodePort})
#echo "${password}" | xclip -selection c
firefox --new-window "https://localhost:${port}" firefox --new-window "https://localhost:${port}"
#+end_src #+end_src