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

Minor improvement in docs #47

Merged
merged 1 commit into from
Nov 7, 2023
Merged
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
4 changes: 2 additions & 2 deletions docs/guide/kubeconfig-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Using the Kubeconfig Canarytoken will simply return permission errors to an atta

Head on over to [canarytokens.org](https://canarytokens.org/generate) and select Kubeconfig token.

Enter the email address or webhoook where you would like to get alerts. Next, enter a reminder note that will be convenient for you to identify where you placed the Kubeconfig, when you get alerted.
Enter the email address or webhook where you would like to get alerts. Next, enter a reminder note that will be convenient for you to identify where you placed the Kubeconfig, when you get alerted.

Create the token by clicking on `Create my Canarytoken`.
![Creating a Kubeconfig token](../.vuepress/images/kubeconfig_token_creating.png)
Expand Down Expand Up @@ -42,4 +42,4 @@ clusters:
name: k8s-prod-cluster
```

This flag essentially asks `kubectl` to silently skip TLS verification and doesn't not hinder the working of the Canarytoken. When converted to base64 now, it will contain less than 10000 characters and will still alert you when used.
This flag essentially asks `kubectl` to silently skip TLS verification and does not hinder the working of the Canarytoken. When converted to base64 now, it will contain less than 10000 characters and will still alert you when used.