Skip to content

Commit 52655a8

Browse files
authored
fix(docs): remove duplicate section
1 parent 9fbcefc commit 52655a8

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

content/docs/06.enterprise/02.governance/secrets-manager.md

+5-14
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ kestra:
7373
secret: "a-secure-32-character-minimum-key"
7474
```
7575

76+
For Kestra instance deployed using the Kafka/Elastic backend, you can use the same configuration.
77+
78+
Your secret key should be encrypted. You can find an example key in our [encryption configuration documentation](../../configuration/index.md#encryption).
79+
80+
7681
## Google Secret Manager Configuration
7782

7883
To leverage [Google Secret Manager](https://cloud.google.com/secret-manager) as your secrets backend, you need to create a service account with the [roles/secretmanager.admin](https://cloud.google.com/secret-manager/docs/access-control) permission. Paste the contents of the service account JSON key file to the `serviceAccount` property in the configuration below. Alternatively, set the `GOOGLE_APPLICATION_CREDENTIALS` environment variable to point to the credentials file.
@@ -167,20 +172,6 @@ kestra:
167172

168173
Your secret key should be encrypted. You can find an example key in our [encryption configuration documentation](../../configuration/index.md#encryption).
169174

170-
## Elastic Secret Manager
171-
172-
For Kestra instance deployed using the Kafka/Elastic backend, the secret backend can be configured like this:
173-
174-
```yaml
175-
kestra:
176-
secret:
177-
type: elasticsearch
178-
elasticsearch:
179-
secret: "your-secret-key"
180-
```
181-
182-
Your secret key should be encrypted. You can find an example key in our [encryption configuration documentation](../../configuration/index.md#encryption).
183-
184175
## Default Tags
185176

186177
For each secret manager, you can configure the default tags that will be added to all newly created or updated secrets.

0 commit comments

Comments
 (0)