diff --git a/.custom_wordlist.txt b/.custom_wordlist.txt index 7a4a338..f64d0e6 100644 --- a/.custom_wordlist.txt +++ b/.custom_wordlist.txt @@ -34,6 +34,7 @@ IdP init installable JAAS +jimm JIMM JIMM's JSON diff --git a/how-to/bootstrap_permissions.rst b/how-to/bootstrap_permissions.rst index ffcae52..4dee884 100644 --- a/how-to/bootstrap_permissions.rst +++ b/how-to/bootstrap_permissions.rst @@ -26,6 +26,10 @@ Run the following command replacing the contents with your email address to conf juju config jimm controller-admins="username@domain.com" +.. hint:: + + See also: `Charmhub | juju-jimm-k8s > Configurations > controller-admin `__. + Now you can verify that you have admin access to JIMM using ``jimmctl``. If you do not have ``jimmctl`` installed, you can do so with the following command: @@ -87,4 +91,4 @@ Admins of JIMM can use ``jimmctl`` to view permissions on a more granular level The purpose of the prefixes ``user-`` and ``group-`` is to distinguish the type of the object. More information is available in our doc on :doc:`JAAS tags <../explanation/jaas_tags>` -And more information on group management is available in our :doc:`group and access management tutorial<../tutorial/group_management>`. \ No newline at end of file +And more information on group management is available in our :doc:`group and access management tutorial<../tutorial/group_management>`.