Skip to content

Commit

Permalink
Merge branch 'main' into fharper/beta
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Oct 2, 2023
2 parents 39d592c + ce40a1b commit 3564fad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/common/partials/github/_tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ kubefirst uses the following scopes to provision the kubefirst platform:
There are different ways to create a GitHub token. The easiest way is to start the kubefirst installer, and follow the screen instructions. It will guide you to issue a token with the list of scope described above.

There are other ways to create a GitHub token. You can login into your GitHub account and issue a Personal Access token following the list of scopes above. With the manually generated token, you can provide it via environment variable: `export GITHUB_TOKEN`.

:::tip
If you never connected to GitHub using SSH before, be sure to add it to the known host using the command `ssh-keyscan github.com >> ~/.ssh/known_hosts` to ensure you won't get a `ssh: handshake failed: knownhosts: key is unknown` error.
:::
4 changes: 4 additions & 0 deletions docs/common/partials/gitlab/_tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ kubefirst uses the following scopes to provision the kubefirst platform:
There are different ways to create a GitLab token. The easiest way is to start the kubefirst installer, and follow the screen instructions. It will guide you to issue a token with the list of scope described above.

There are other ways to create a GitLab token. You can login into your GitLab account and issue a Personal Access Token following the list of scopes above. With the manually generated token, you can provide it via environment variable: `export GITLAB_TOKEN`.

:::tip
If you never connected to GitLab using SSH before, be sure to add it to the known host using the command `ssh-keyscan gitlab.com >> ~/.ssh/known_hosts` to ensure you won't get a `ssh: handshake failed: knownhosts: key is unknown` error.
:::

0 comments on commit 3564fad

Please sign in to comment.