Skip to content

Commit

Permalink
Replace final-redirect-url with juju-dashboard-location
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 29, 2024
1 parent df86572 commit 3cd7c7d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tutorial/deploy_jimm_microk8s.rst
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,13 @@ Run the following commands:
# A private and public key for macaroon based authentication with Juju controllers.
juju config jimm public-key="<public-key>"
juju config jimm private-key="<private-key>"
# A final redirect URL for login, normally set to the URL of the Juju dashboard.
juju config jimm final-redirect-url="http://test-jimm.localhost/auth/whoami"
Optionally, if you have deployed Juju Dashboard, you can configure JIMM to enable browser flow for authentication:

.. code:: bash
juju config jimm juju-dashboard-location="<juju-dashboard-url>"
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 3cd7c7d

Please sign in to comment.