> ## Documentation Index
> Fetch the complete documentation index at: https://upstash-context7-agent-09df3c1c-9c05-4093-9d6e-e4e2644ee98c.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Credential Protection

Enabling Credential Protection ensures your database credentials are never stored within Upstash infrastructure. This enhances security by making credentials accessible only once—at the moment they are generated.

<Note>
  Credential Protection is a [Production
  Pack](/redis/overall/enterprise#prod-pack-features)
  feature.
</Note>

## How It Works

When enabled:

* Redis database credentials are no longer stored in Upstash infrastructure
* Credentials are displayed only once during enablement - save them immediately
* Console features requiring database access are disabled (CLI, Data Browser, Monitor, ACL)

## Managing Credential Protection

1. Go to database details page → Configuration section
2. Toggle **Protect Credentials** switch:

<Frame>
  <img src="https://mintcdn.com/upstash-context7-agent-09df3c1c-9c05-4093-9d6e-e4e2644ee98c/G8FpTRLDFNZS7zGL/img/credential-protection/activate-protect-credentials.png?fit=max&auto=format&n=G8FpTRLDFNZS7zGL&q=85&s=af8957b60d25913472b9562a62da53db" width="1940" height="1186" data-path="img/credential-protection/activate-protect-credentials.png" />
</Frame>

3. Save the credentials shown in the modal:

<Frame>
  <img src="https://mintcdn.com/upstash-context7-agent-09df3c1c-9c05-4093-9d6e-e4e2644ee98c/G8FpTRLDFNZS7zGL/img/credential-protection/save-credentials.png?fit=max&auto=format&n=G8FpTRLDFNZS7zGL&q=85&s=ce508af136c65196c892f1595c03febe" width="1940" height="1186" data-path="img/credential-protection/save-credentials.png" />
</Frame>

<Warning>
  Disabling this feature will permanently revoke current credentials and
  generate new ones, potentially breaking applications using those credentials.
</Warning>

## What If You Lose Your Credentials

**Reset Credentials**: This function remains available and, when credential protection is enabled, will generate new protected credentials.
Navigate to the settings tab of your database and click **Reset Credentials**. You will be prompted to save the new credentials.

<Frame>
  <img src="https://mintcdn.com/upstash-context7-agent-09df3c1c-9c05-4093-9d6e-e4e2644ee98c/G8FpTRLDFNZS7zGL/img/credential-protection/reset-credentials.png?fit=max&auto=format&n=G8FpTRLDFNZS7zGL&q=85&s=c80bc0da56f9a57d264fa64b4e44a835" width="1940" height="1186" data-path="img/credential-protection/reset-credentials.png" />
</Frame>
