-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add hint box to see jimm charmhub (#70)
* add hint box to see jimm charmhub
- Loading branch information
1 parent
7b635e4
commit c2b3288
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,7 @@ IdP | |
init | ||
installable | ||
JAAS | ||
jimm | ||
JIMM | ||
JIMM's | ||
JSON | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,10 @@ Run the following command replacing the contents with your email address to conf | |
juju config jimm controller-admins="[email protected]" | ||
.. hint:: | ||
|
||
See also: `Charmhub | juju-jimm-k8s > Configurations > controller-admin <https://charmhub.io/juju-jimm-k8s/configurations#controller-admins>`__. | ||
|
||
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>`. | ||
And more information on group management is available in our :doc:`group and access management tutorial<../tutorial/group_management>`. |