Skip to content

Commit

Permalink
Explain setting juju-dashboard-url to any URL
Browse files Browse the repository at this point in the history
Signed-off-by: Babak K. Shandiz <[email protected]>
  • Loading branch information
babakks committed May 30, 2024
1 parent 3cd7c7d commit a429459
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tutorial/deploy_jimm_microk8s.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,12 @@ Optionally, if you have deployed Juju Dashboard, you can configure JIMM to enabl
juju config jimm juju-dashboard-location="<juju-dashboard-url>"
.. note::
However, in absence of a Juju Dashboard, you can still enable OAuth browser authentication flow by setting this parameter to any valid URL. For example:

.. code:: bash
juju config jimm juju-dashboard-location="http://test-jimm.localhost/auth/whoami"
Note that the public and private key pairs must be generated by the `go macaroon bakery repository <https://github.com/go-macaroon-bakery/macaroon-bakery>`__.
To do this briefly run the following command, ensuring you have the ``go`` tool installed:
Expand Down

0 comments on commit a429459

Please sign in to comment.