Skip to content

Commit

Permalink
chore: update signing key docs
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Phelps <[email protected]>
  • Loading branch information
markphelps committed Oct 22, 2024
1 parent 27f5e91 commit 33feddc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions cloud/features/verified-commits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,29 @@ You can learn more about GitHub's commit verification in the [GitHub documentati

## Creating a Signing Key

![Signed Commits](/images/cloud/features/verified-commits/generate-key.png)

To verify commits with Flipt Cloud, we'll need to create a
signing key, as Flipt needs to be able to sign the commits it
creates itself.

![Generate Key](/images/cloud/features/verified-commits/generate-key.png)

To do this, head to your user settings in Flipt Cloud, and click 'Generate Key'.

![Signed Commits](/images/cloud/features/verified-commits/signing-key.png)
![Signing Key](/images/cloud/features/verified-commits/signing-key.png)

Copy the key as you'll need to add it to GitHub in the next step.

## Adding Your Key to GitHub

Head to your [key settings](https://github.com/settings/keys) in GitHub, and add it
as an SSH **Signing Key**.
as an **SSH Signing Key**.

It's important that it should be a signing key, rather than an authentication
key, as we don't want this key to be able to push to your repositories, just to
verify commits.

![Add Key](/images/cloud/features/verified-commits/add-signing-key.png)

## How We Store Your Key

Flipt uses [AWS Key Management Service (KMS)](https://aws.amazon.com/kms/) to generate and store your signing key. This means we don't
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/cloud/features/verified-commits/generate-key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/cloud/features/verified-commits/signing-key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33feddc

Please sign in to comment.