@cryptotaxi247 / netdata-1 / commits / 3030c7bc4

Regenerate integrations docs (#22121)

Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>

Netdata bot committed Apr 3, 2026 at 08:25 UTC 3030c7bc4d0efddd1887fdede2cd73abe20b285e
4 files changed +4
src/go/plugin/agent/secrets/secretstore/backends/aws/integrations/aws-sm.md
+1
@@ -76,6 +76,7 @@ The following options can be defined for this secretstore backend.
76 |:-----|:------------|:--------|:---------:|
77 | [auth_mode](#option-auth-mode) | How Netdata obtains AWS credentials. | env | yes |
78 | region | AWS region used for Secrets Manager requests. There is no automatic region detection — you must always set this explicitly. | | yes |
79 +| timeout | Timeout in seconds for HTTP requests made by this secretstore backend. | 3 | no |
80
81 <a id="option-auth-mode"></a>
82 ##### auth_mode
src/go/plugin/agent/secrets/secretstore/backends/azure/integrations/azure-kv.md
+1
@@ -79,6 +79,7 @@ The following options can be defined for this secretstore backend.
79 | | mode_service_principal.client_id | Azure application / service principal client ID. Required when `mode` is `service_principal`. | | yes |
80 | | mode_service_principal.client_secret | Azure application / service principal client secret. Required when `mode` is `service_principal`. | | yes |
81 | **Managed Identity** | mode_managed_identity.client_id | Optional client ID of a user-assigned managed identity when `mode` is `managed_identity`. Leave it empty for the system-assigned identity. | | no |
82 +| | timeout | Timeout in seconds for HTTP requests made by this secretstore backend. | 3 | no |
83
84 <a id="option-mode"></a>
85 ##### mode
src/go/plugin/agent/secrets/secretstore/backends/gcp/integrations/gcp-sm.md
+1
@@ -80,6 +80,7 @@ The following options can be defined for this secretstore backend.
80 |:------|:-----|:------------|:--------|:---------:|
81 | | [mode](#option-mode) | GCP authentication mode. | metadata | yes |
82 | **Service Account File** | mode_service_account_file.path | Absolute path to a service account JSON file. Required when `mode` is `service_account_file`. The file contains a private key and should be readable only by the `netdata` user or another tightly scoped owner. | | yes |
83 +| | timeout | Timeout in seconds for HTTP requests made by this secretstore backend. | 3 | no |
84
85 <a id="option-mode"></a>
86 ##### mode
src/go/plugin/agent/secrets/secretstore/backends/vault/integrations/vault.md
+1
@@ -82,6 +82,7 @@ The following options can be defined for this secretstore backend.
82 | | addr | Vault server address / base URL. | | yes |
83 | | namespace | Optional Vault Enterprise namespace. Leave it empty for open-source Vault or when your Vault deployment does not use namespaces. | | no |
84 | | [tls_skip_verify](#option-tls-skip-verify) | Disable TLS certificate verification for Vault requests. | no | no |
85 +| | timeout | Timeout in seconds for HTTP requests made by this secretstore backend. | 3 | no |
86 | **Token** | mode_token.token | Vault token value. Required when `mode` is `token`. | | yes |
87 | **Token File** | mode_token_file.path | Path to a file containing the Vault token. Required when `mode` is `token_file`. | | yes |
88