Skip to content

Commit

Permalink
Added information on obtaining the Plutono URL
Browse files Browse the repository at this point in the history
  • Loading branch information
n-boshnakov committed Nov 6, 2024
1 parent 9985d03 commit 003759a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ In order to access the Gardener provided dashboards, open the `Plutono` link pro

![access-plutono](./images/access-plutono.png)

Access is still possible via the non-OIDC ingress using the credentials from the `<clustername>.monitoring` secret. It contains the HTTP basic auth credentials in base64-encoded form, as well as the Plutono ingress URL. The Prometheus URL can be derived from the Plutono URL by replacing the `gu` prefix with `p`.
Access is still possible via the non-OIDC ingress using the credentials from the `<clustername>.monitoring` secret. It contains the HTTP basic auth credentials in base64-encoded form, as well as the Plutono ingress URL. The Plutono URL is present as an annotation on the `.monitoring` secret. It can be fetched with `kubectl get secret <clustername>.monitoring -o jsonpath="{.metadata.annotations.url}"`. The Prometheus URL can be derived from the Plutono URL by replacing the `gu` prefix with `p`.

{{% alert color="warning" title="Warning" %}}
While still available, basic authentication is deprecated. You are advised to use OIDC based authentication.
Expand Down

0 comments on commit 003759a

Please sign in to comment.