> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/admin-guide/33/secrets/integrate-with-secrets-stores.md).

# Integrate with a secrets store

To inject secrets into your containers, you must first integrate Prisma Cloud with your secrets manager, and then set up rules for injecting specific secrets into specific containers.

Prisma Cloud can integrate with the following secrets managers:

* [AWS Secrets Manager](/admin-guide/33/secrets/secrets-stores/aws-secrets-manager.md)
* [AWS Systems Manager Parameters Store](/admin-guide/33/secrets/secrets-stores/aws-systems-manager-parameters-store.md)
* [Azure Key Vault](/admin-guide/33/secrets/secrets-stores/azure-key-vault.md)
* [CyberArk Enterprise Password Vault](/admin-guide/33/secrets/secrets-stores/cyberark-enterprise-password-vault.md)
* [HashiCorp Vault](/admin-guide/33/secrets/secrets-stores/hashicorp-vault.md) (versions 0.9.x and older, and versions 0.10 and later)

## Refresh interval

By default, the refresh interval is disabled. That means if you change a secret’s value in the secrets store, you must force Prisma Cloud to update its list of values. In Console, go to **Defend > Access > Secrets** and click **Refresh secrets** to force Prisma Cloud to fetch the latest values of all secrets from their configured stores.

You can also configure Prisma Cloud to periodically retrieve the latest values of all the secrets from their stores. In Console, go to **Manage > Authentication > Secrets**, click **Edit** next to the **Secrets refresh interval** field, and specify an integer value in hours. Setting the refresh interval to 0 disables automatic periodic refreshes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.prismacloud.io/admin-guide/33/secrets/integrate-with-secrets-stores.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
