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

Update to the setting-secrets page #1390

Merged
merged 1 commit into from
Sep 20, 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
16 changes: 15 additions & 1 deletion content/docs/details/setting-secrets/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Setting secrets
publishedDate: '2022-01-31T21:00:00.0Z'
publishedDate: '2024-09-20T21:00:00.0Z'
description: Many Backstage plugins require authentication to work. This tutorial shows you how to set authentication tokens securely in Roadie.
---

Expand Down Expand Up @@ -42,3 +42,17 @@ To navigate to this page, follow these steps:
![A modal dialog with an input where we can input a secret and a save button](./set-token-dialog.webp)

3. Paste your token into the input and click SAVE. The specific details of where to get the token will depend on the plugin you are configuring.

## Step 3: Unsetting or deleting a secret

If you need to delete a saved secret, you can easily do so by editing the secret and entering the value `unset`.

1. Find the secret you want to delete in the table.

2. Click the pencil icon to edit the secret.

3. In the input field, type `unset` and click SAVE. This will remove the secret from the system.

![The table row will reflect that a secret has been unset](./unset-secret-confirmation.webp)

Once the secret is removed, it will no longer be available for use by any plugins or integrations.
Binary file not shown.
Loading