Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
fix: missing links (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: Zuhair AlSader <zuhair@koor.tech>
  • Loading branch information
zalsader authored Sep 6, 2023
1 parent cbb8acd commit 4929f05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/knowledge/koor/dashboard/sso.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ Each of the fields needs to be set as follows:
* `idpAttributes.username` - The SAML2 attribute name containing the user's username (optional, defaults to `uid`).
* `users` - List of users to create and which system roles to give them. You can also specify your custom roles, but you need to have made them already.
* You can find a list of dashboard system roles [here](https://docs.ceph.com/en/quincy/mgr/dashboard/#user-roles-and-permissions).
* `username` - Name of the user to be created.
* `roles` - A list of roles to assign to that user.

After adding this to your `CephCluster` object, wait a minute or two for the operator to complete a reconciliation loop.
Now you should be auto-redirected to your IdP when accessing the Ceph dashboard.

The full SSO spec can be found [here](../../CRDs/Cluster/ceph-cluster-crd.md#cluster-settings) under the `dashboard:` field.

## SSO Provider Details

The SSO feature has currently only been tested with Keycloak, but others should work as well.
Expand Down
4 changes: 2 additions & 2 deletions docs/knowledge/koor/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ spec:

The operator takes care of configuring the Ceph dashboard and you should be redirected to your SSO provider for login.

![Ceph Dashboard Overview](ceph-mgr-dashboard-sso-overview.jpg)
![Ceph Dashboard Overview](features/ceph-mgr-dashboard-sso-overview.jpg)

## General Updates and Features for Community

### Updated Grafana Dashboards for better Visualizing Cluster Metrics

We have worked together with the community to update the Ceph dashboards to make it easier for everyone to keep an eye on their Ceph clusters.

![Updated Grafana Ceph Cluster Dashboard](grafana_new_dashboard.png)
![Updated Grafana Ceph Cluster Dashboard](features/grafana_new_dashboard.png)
2 changes: 1 addition & 1 deletion docs/knowledge/koor/koor-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ These are the features currently available in the Koor Operator:
* More features are planned soon!

## Installing using Helm
To get started, you can install the Koor Operator using [helm](helm.sh), using the following command:
To get started, you can install the Koor Operator using [helm](https://helm.sh), using the following command:

```bash
helm repo add koor-operator https://koor-tech.github.io/koor-operator
Expand Down

0 comments on commit 4929f05

Please sign in to comment.