Skip to content

Commit 0b321be

Browse files
committed
docs: replace SKD with SD
1 parent abeb04b commit 0b321be

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If you are opening a Draft PR, you can use the checklist to track the tests that
5757
have performed them.
5858
Example:
5959
60-
- [ ] Tested the change with SKD version X.Y.Z
60+
- [ ] Tested the change with SD version X.Y.Z
6161
- [ ] Tested an upgrade from the previous version X
6262
-->
6363

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
<!-- <KFD-DOCS> -->
1717

18-
**Auth Module** provides Authentication Management for [SIGHUP Distribution (SKD)][skd-repo].
18+
**Auth Module** provides Authentication Management for [SIGHUP Distribution (SD)][skd-repo].
1919

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.
2121

2222
## Overview
2323

@@ -56,7 +56,7 @@ Check the [compatibility matrix][compatibility-matrix] for additional informatio
5656

5757
| Tool | Version | Description |
5858
| --------------------------- | --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
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]. |
6060
| [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]. |
6161

6262
### Deployment with legacy furyctl
@@ -109,12 +109,12 @@ kustomize build . | kubectl apply -f -
109109

110110
### Monitoring
111111

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.
113113

114114
In particular:
115115

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:
118118

119119
<!-- markdownlint-disable MD033 -->
120120

docs/releases/v0.0.2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a maintenance release of the `auth` module.
44

5-
This release inlcudes compatbility with latest Kubernetes versions. An update to Dex and custom HTLM templates for Gangway's pages with SKD's branding.
5+
This release inlcudes compatbility with latest Kubernetes versions. An update to Dex and custom HTLM templates for Gangway's pages with SD's branding.
66

77
## Included packages
88

@@ -18,7 +18,7 @@ This release inlcudes compatbility with latest Kubernetes versions. An update to
1818

1919
To upgrade this module from `v0.0.1` to `v0.0.2`, you need to download this new version, then apply the `kustomize` project. No further action is required.
2020

21-
> 💡 Be sure to enable the `customHTMLTemplatesDir: /custom-templates` config option in Gangway's configuration to use the SKD branded templates.
21+
> 💡 Be sure to enable the `customHTMLTemplatesDir: /custom-templates` config option in Gangway's configuration to use the SD branded templates.
2222
> See the [example config file](../../katalog/gangway/example/gangway.yml).
2323
2424
```bash

katalog/gangplank/MAINTENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
There's no upstream to follow.
44

5-
The HTML templates are custom made to follow the SKD Desing System.
5+
The HTML templates are custom made to follow the SD Desing System.

katalog/pomerium/MAINTENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To update the Pomerium package, follow the next steps:
1515

1616
1. The manifests for Pomerium are custom, there is no upstream to follow. Read carefully the release notes from upstream and adjust the manifests.
1717
2. Update the documentation.
18-
3. Sync the new image tag to SKD's registry.
18+
3. Sync the new image tag to SD's registry.
1919

2020
### Monitoring
2121

0 commit comments

Comments
 (0)