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

fix typos #58

Merged
merged 1 commit into from
Dec 10, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/blog/posts/2024/containerssh-0.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ A new health check service has been created that can be used with Kubernetes or

## Changes to the Prometheus integration

The name of some prometheus metrics and units has been altered to adhere to the convension of the metric name ending with the unit.
The name of some prometheus metrics and units has been altered to adhere to the convention of the metric name ending with the unit.

In detail the following metrics have been modified:

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ssh:

=== "OAuth2"
!!! warning "Feature Preview"
OAuth2 support is considered as a feature preview as it doesn't have adequate test coverate
OAuth2 support is considered as a feature preview as it doesn't have adequate test coverage

The OAuth2 authentication backend authenticates users using any OIDC-compliant OAuth2 servers for authentication (such as KeyCloak, Microsoft Active Directory Federation Services, etc) and features explicit support for GitHub and GitHub Enterprise.

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/auth-oauth2.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: OAuth2 authentication
| OAuth2 backend | :material-close: | :material-close: | :material-check-bold: | :material-close: |

!!! warning "Feature Preview"
OAuth2 support is considered as a feature preview as it doesn't have adequate test coverate
OAuth2 support is considered as a feature preview as it doesn't have adequate test coverage

The OAuth2 authentication backend authenticates users using any OIDC-compliant OAuth2 servers for authentication (such as KeyCloak, Microsoft Active Directory Federation Services, etc) and features explicit support for GitHub and GitHub Enterprise. Authentication is done using the `keyboard-interactive` SSH authentication mechanism which is supported by most, but not all, SSH clients.

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ A new health check service has been created that can be used with Kubernetes or

## Changes to the Prometheus integration

The name of some prometheus metrics and units has been altered to adhere to the convension of the metric name ending with the unit.
The name of some prometheus metrics and units has been altered to adhere to the convention of the metric name ending with the unit.

In detail the following metrics have been modified:

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

=== "Kubernetes"

When running ContainerSSH inside a Kubernetes cluster you must furst create a `Secret` that contains the host key.
When running ContainerSSH inside a Kubernetes cluster you must first create a `Secret` that contains the host key.

```bash
openssl genrsa | kubectl create secret generic containerssh-hostkey --from-file=host.key=/dev/stdin
Expand Down
Loading