Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write product names in title case (Dex, Grafana) #1270

Merged
merged 1 commit into from Jan 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/advanced/configure-dex-in-your-cluster/index.md
Expand Up @@ -243,9 +243,9 @@ __Note__: When applying the example in the snippet above, please change the `<CL

Then submit the resource to the management API and the App operator will manage it to make the actual installation and configuration. You can log in now into the cluster API with your identity provider using the login endpoint that Dex creates for you. By default, it will be `https://login.<CLUSTERID>.<BASEDOMAIN>`.

## Monitoring dex
## Monitoring Dex

To get an overview on the authentication success and error rates of your dex instances, we offer a grafana dashboard called `dex` as part of our [monitoring setup]({{< relref "/ui-api/monitoring" >}}).
To get an overview on the authentication success and error rates of your Dex instances, we offer a Grafana dashboard named "Dex" as part of our [monitoring setup]({{< relref "/ui-api/monitoring" >}}).

## Further reading

Expand Down
2 changes: 1 addition & 1 deletion src/content/ui-api/monitoring/index.md
Expand Up @@ -52,7 +52,7 @@ In order to access Grafana as a customer, you must be a member of the admin grou

**Note**: If you don't have SSO configured yet or have any questions regarding the admin group, please contact your Account Engineer.

Once you open the Grafana URL for your installation, you will be greeted by a page titled "Log in to dex", where you are prompted to select the identity provider to authenticate with. The screenshot below shows an example.
Once you open the Grafana URL for your installation, you will be greeted by a page titled "Log in to Dex", where you are prompted to select the identity provider to authenticate with. The screenshot below shows an example.

![Selecting an OIDC provider](access.png)

Expand Down
2 changes: 1 addition & 1 deletion src/content/ui-api/web/app-platform/index.md
Expand Up @@ -54,7 +54,7 @@ will be monitored and managed by us.
Once you know what app you'd like to install, click on that app, and then on
"Configure & Install"

![A screenshot of our web interface, showing the detail page for a specific app, in this case grafana](app-detail-page.png)
![A screenshot of our web interface, showing the detail page for a specific app, in this case Grafana](app-detail-page.png)

That'll bring up a modal where you can choose what cluster you want to install
the app on, the version you want install, as well as some further steps allowing you to configure the app.
Expand Down