1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00
external-secrets/docs/api/clustersecretstore.md
Moritz Johner dabfa5a589
Feature: initial generator implementation + Github Actions OIDC/AWS (#1539)
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
Co-authored-by: Gustavo Fernandes de Carvalho <gusfcarvalho@gmail.com>
2022-10-29 20:15:50 +02:00

13 lines
429 B
Markdown

![ClusterSecretStore](../pictures/diagrams-high-level-cluster-detail.png)
The `ClusterSecretStore` is a cluster scoped SecretStore that can be referenced by all
`ExternalSecrets` from all namespaces. Use it to offer a central gateway to your secret backend.
## Example
For a full list of supported fields see [spec](./spec.md) or dig into our [guides](../guides).
``` yaml
{% include 'full-cluster-secret-store.yaml' %}
```