Skip to content

Commit

Permalink
Improve "how-to"s landing page (#31)
Browse files Browse the repository at this point in the history
* Add Candid repo as link

Signed-off-by: Babak K. Shandiz <[email protected]>

* Organize how-to landing page

Signed-off-by: Babak K. Shandiz <[email protected]>

* Add link to Candid

Signed-off-by: Babak K. Shandiz <[email protected]>

---------

Signed-off-by: Babak K. Shandiz <[email protected]>
  • Loading branch information
babakks authored Apr 5, 2024
1 parent e2e7ff2 commit b393eda
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
2 changes: 1 addition & 1 deletion explanation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Explanation
JAAS tags <jaas_tags>
JAAS security <jaas_security_scope>

- Candid - authentication server
- `Candid`_ - authentication server

- JIMM - Juju Intelligent Model Manager

Expand Down
35 changes: 31 additions & 4 deletions how-to/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,43 @@ How-to guides

These how-to guides cover key operations and processes in JAAS.

Candid Deployment and Configuration
-----------------------------------

`Candid`_ serves as authentication service for JIMM. So you need a working Candid
before deploying JIMM. Depending on the platform/requirements, some details of
the Candid deployment could be different.

.. toctree::
:maxdepth: 1

Set up Route53 <route53>
Deploy JIMM <deploy_jimm>
Deploy JIMM on K8S <deploy_jimm_k8s>
Add controller <add_controller>
Deploy Candid <deploy_candid>
Deploy Candid on K8S <deploy_candid_k8s>
Candid LDAP integration <candid_ldap_integration>
Candid Azure integration <candid_azure_integration>
Candid ADFS integration <candid_adfs_integration>


JIMM Deployment
---------------

Here are instructions on how to deploy JIMM.

.. toctree::
:maxdepth: 1

Deploy JIMM <deploy_jimm>
Deploy JIMM on K8S <deploy_jimm_k8s>


JIMM Configuration
------------------

After JIMM has been deployed, you need to configure it with your Juju-operated cluster.

.. toctree::
:maxdepth: 1

Add controller <add_controller>
Cross-Model Queries <cross_model_queries>
Set up Route53 <route53>
1 change: 1 addition & 0 deletions reuse/links.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.. _Canonical website: https://canonical.com/
.. _Candid: https://github.com/canonical/candid

0 comments on commit b393eda

Please sign in to comment.