|
15 | 15 |
|
16 | 16 | <!-- <KFD-DOCS> -->
|
17 | 17 |
|
18 |
| -**Auth Module** provides Authentication Management for [SIGHUP Distribution (SKD)][skd-repo]. |
| 18 | +**Auth Module** provides Authentication Management for [SIGHUP Distribution (SD)][skd-repo]. |
19 | 19 |
|
20 |
| -If you are new to SKD please refer to the [official documentation][skd-docs] on how to get started with the distribution. |
| 20 | +If you are new to SD please refer to the [official documentation][skd-docs] on how to get started with the distribution. |
21 | 21 |
|
22 | 22 | ## Overview
|
23 | 23 |
|
@@ -56,7 +56,7 @@ Check the [compatibility matrix][compatibility-matrix] for additional informatio
|
56 | 56 |
|
57 | 57 | | Tool | Version | Description |
|
58 | 58 | | --------------------------- | --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
59 |
| -| [furyctl][furyctl-repo] | `>=0.6.0` | The recommended tool to download and manage SKD modules and their packages. To learn more about `furyctl` read the [official documentation][furyctl-repo]. | |
| 59 | +| [furyctl][furyctl-repo] | `>=0.6.0` | The recommended tool to download and manage SD modules and their packages. To learn more about `furyctl` read the [official documentation][furyctl-repo]. | |
60 | 60 | | [kustomize][kustomize-repo] | `>=3.5.0` | Packages are customized using `kustomize`. To learn how to create your customization layer with `kustomize`, please refer to the [repository][kustomize-repo]. |
|
61 | 61 |
|
62 | 62 | ### Deployment with legacy furyctl
|
@@ -109,12 +109,12 @@ kustomize build . | kubectl apply -f -
|
109 | 109 |
|
110 | 110 | ### Monitoring
|
111 | 111 |
|
112 |
| -SKD Auth module integrates out-of-the-box with SKD's Monitoring module. Providing metrics and dashboards to visualize the status of its components. |
| 112 | +SD Auth module integrates out-of-the-box with SD's Monitoring module. Providing metrics and dashboards to visualize the status of its components. |
113 | 113 |
|
114 | 114 | In particular:
|
115 | 115 |
|
116 |
| -- Dex exposes standard Go adapter metrics, the metrics are automatically scrapped by Prometheus when using SKD Monitoring module but there are no Grafana dashboards nor alerts defined. |
117 |
| -- Pomerium exposes several metrics about Pomerium itself and its underlying envoy proxy. Metrics are scrapped automatically by Prometheus and 2 Grafana dashboards are available with the `pomerium` tag when using SKD Monitoring module. Here are some screenshots: |
| 116 | +- Dex exposes standard Go adapter metrics, the metrics are automatically scrapped by Prometheus when using SD Monitoring module but there are no Grafana dashboards nor alerts defined. |
| 117 | +- Pomerium exposes several metrics about Pomerium itself and its underlying envoy proxy. Metrics are scrapped automatically by Prometheus and 2 Grafana dashboards are available with the `pomerium` tag when using SD Monitoring module. Here are some screenshots: |
118 | 118 |
|
119 | 119 | <!-- markdownlint-disable MD033 -->
|
120 | 120 |
|
|
0 commit comments