# How to rotate the secrets of your Redis integration

**Author:** Marc Brakken

---

> When you change the Redis database password, the current credentials will be immediately invalidated and the instance will restart. All projects that rely on the password will be unable to connect to the database until they are re-deployed.

Secret rotation is a security best practice that limits the exposure window if a credential is compromised. You might rotate secrets when:

- A team member with access to credentials leaves
  
- You suspect a credential has been exposed
  
- Your security policy requires periodic rotation
  

These steps will guide you on updating the password for your Redis database.

## Prerequisites

- You have a Redis database through a Native integration from Vercel Marketplace.
  
- You have access to manage your account's resources, including your Redis integration.
  

## Steps

### Step 1: Go to Redis from your integration

1. From your Vercel dashboard, go to the **Integrations** tab.
   
2. Next to the integration, select the **Manage** button. Native integrations appear with a `billable` badge.
   
3. On the Integrations page, select the **Open in Redis** button.
   

### Step 2: From Redis's dashboard, select the database you want to update.

### Step 3: On dashboard for the database you want to update, select the **Edit** button in the upper right.

### Step 4: Scroll down to the **Security** section and enter a new password.

### Step 5: Select **Save Database** in the upper right to update the password.

### Step 6: Deploy your projects on Vercel

- Go back to your Redis integration on Vercel and confirm the new API secret is present
  
- Deploy any connected projects in Vercel

---

[View full KB sitemap](/kb/sitemap.md)
