diff --git a/celerdata/datadog_checks/celerdata/data/conf.yaml.example b/celerdata/datadog_checks/celerdata/data/conf.yaml.example index 48078960e..a0f312d33 100644 --- a/celerdata/datadog_checks/celerdata/data/conf.yaml.example +++ b/celerdata/datadog_checks/celerdata/data/conf.yaml.example @@ -398,6 +398,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -476,8 +481,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/cloudnatix/datadog_checks/cloudnatix/data/conf.yaml.example b/cloudnatix/datadog_checks/cloudnatix/data/conf.yaml.example index 56840ddf9..6c2d8e482 100644 --- a/cloudnatix/datadog_checks/cloudnatix/data/conf.yaml.example +++ b/cloudnatix/datadog_checks/cloudnatix/data/conf.yaml.example @@ -385,6 +385,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -463,8 +468,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/cyral/datadog_checks/cyral/data/conf.yaml.example b/cyral/datadog_checks/cyral/data/conf.yaml.example index ffee8d1fc..b8bedf6e1 100644 --- a/cyral/datadog_checks/cyral/data/conf.yaml.example +++ b/cyral/datadog_checks/cyral/data/conf.yaml.example @@ -339,6 +339,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -417,8 +422,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/emqx/datadog_checks/emqx/data/conf.yaml.example b/emqx/datadog_checks/emqx/data/conf.yaml.example index 59355af5d..7e3fee8c3 100644 --- a/emqx/datadog_checks/emqx/data/conf.yaml.example +++ b/emqx/datadog_checks/emqx/data/conf.yaml.example @@ -427,6 +427,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -505,8 +510,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/eventstore/datadog_checks/eventstore/data/conf.yaml.example b/eventstore/datadog_checks/eventstore/data/conf.yaml.example index c3a9156d9..f0040ec35 100644 --- a/eventstore/datadog_checks/eventstore/data/conf.yaml.example +++ b/eventstore/datadog_checks/eventstore/data/conf.yaml.example @@ -232,6 +232,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -310,8 +315,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/filebeat/datadog_checks/filebeat/data/conf.yaml.example b/filebeat/datadog_checks/filebeat/data/conf.yaml.example index fa7501159..54942215f 100644 --- a/filebeat/datadog_checks/filebeat/data/conf.yaml.example +++ b/filebeat/datadog_checks/filebeat/data/conf.yaml.example @@ -276,6 +276,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -354,8 +359,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/fluentbit/datadog_checks/fluentbit/data/conf.yaml.example b/fluentbit/datadog_checks/fluentbit/data/conf.yaml.example index b5a647b88..047480ef3 100644 --- a/fluentbit/datadog_checks/fluentbit/data/conf.yaml.example +++ b/fluentbit/datadog_checks/fluentbit/data/conf.yaml.example @@ -427,6 +427,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -505,8 +510,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/gatekeeper/datadog_checks/gatekeeper/data/auto_conf.yaml b/gatekeeper/datadog_checks/gatekeeper/data/auto_conf.yaml index d9c256b27..6da59c94b 100644 --- a/gatekeeper/datadog_checks/gatekeeper/data/auto_conf.yaml +++ b/gatekeeper/datadog_checks/gatekeeper/data/auto_conf.yaml @@ -313,6 +313,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -391,8 +396,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/gatekeeper/datadog_checks/gatekeeper/data/conf.yaml.example b/gatekeeper/datadog_checks/gatekeeper/data/conf.yaml.example index e0c4d7ed4..6e7a37c65 100644 --- a/gatekeeper/datadog_checks/gatekeeper/data/conf.yaml.example +++ b/gatekeeper/datadog_checks/gatekeeper/data/conf.yaml.example @@ -344,6 +344,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -422,8 +427,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/gitea/datadog_checks/gitea/data/auto_conf.yaml b/gitea/datadog_checks/gitea/data/auto_conf.yaml index 58069dccb..f18ccc665 100644 --- a/gitea/datadog_checks/gitea/data/auto_conf.yaml +++ b/gitea/datadog_checks/gitea/data/auto_conf.yaml @@ -396,6 +396,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -474,8 +479,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/gitea/datadog_checks/gitea/data/conf.yaml.example b/gitea/datadog_checks/gitea/data/conf.yaml.example index 0d81242c1..9823505fd 100644 --- a/gitea/datadog_checks/gitea/data/conf.yaml.example +++ b/gitea/datadog_checks/gitea/data/conf.yaml.example @@ -427,6 +427,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -505,8 +510,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/gnatsd/datadog_checks/gnatsd/data/conf.yaml.example b/gnatsd/datadog_checks/gnatsd/data/conf.yaml.example index 0f113a8c0..4ad0c19e6 100644 --- a/gnatsd/datadog_checks/gnatsd/data/conf.yaml.example +++ b/gnatsd/datadog_checks/gnatsd/data/conf.yaml.example @@ -214,6 +214,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -292,8 +297,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/gnatsd_streaming/datadog_checks/gnatsd_streaming/data/conf.yaml.example b/gnatsd_streaming/datadog_checks/gnatsd_streaming/data/conf.yaml.example index 4a67c805e..96140ef03 100644 --- a/gnatsd_streaming/datadog_checks/gnatsd_streaming/data/conf.yaml.example +++ b/gnatsd_streaming/datadog_checks/gnatsd_streaming/data/conf.yaml.example @@ -209,6 +209,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -287,8 +292,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/hikaricp/datadog_checks/hikaricp/data/conf.yaml.example b/hikaricp/datadog_checks/hikaricp/data/conf.yaml.example index 4f07d8986..5499203ec 100644 --- a/hikaricp/datadog_checks/hikaricp/data/conf.yaml.example +++ b/hikaricp/datadog_checks/hikaricp/data/conf.yaml.example @@ -427,6 +427,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -505,8 +510,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/kernelcare/datadog_checks/kernelcare/data/conf.yaml.example b/kernelcare/datadog_checks/kernelcare/data/conf.yaml.example index 66531970a..ab5fba8e2 100644 --- a/kernelcare/datadog_checks/kernelcare/data/conf.yaml.example +++ b/kernelcare/datadog_checks/kernelcare/data/conf.yaml.example @@ -223,6 +223,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -301,8 +306,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/logstash/datadog_checks/logstash/data/conf.yaml.example b/logstash/datadog_checks/logstash/data/conf.yaml.example index 28e4f9766..d50a92254 100644 --- a/logstash/datadog_checks/logstash/data/conf.yaml.example +++ b/logstash/datadog_checks/logstash/data/conf.yaml.example @@ -205,6 +205,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -283,8 +288,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/neo4j/datadog_checks/neo4j/data/conf.yaml.example b/neo4j/datadog_checks/neo4j/data/conf.yaml.example index 0496ee98b..be74d132e 100644 --- a/neo4j/datadog_checks/neo4j/data/conf.yaml.example +++ b/neo4j/datadog_checks/neo4j/data/conf.yaml.example @@ -399,6 +399,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -477,8 +482,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/open_policy_agent/datadog_checks/open_policy_agent/data/auto_conf.yaml b/open_policy_agent/datadog_checks/open_policy_agent/data/auto_conf.yaml index 6e4c86074..09ac37489 100644 --- a/open_policy_agent/datadog_checks/open_policy_agent/data/auto_conf.yaml +++ b/open_policy_agent/datadog_checks/open_policy_agent/data/auto_conf.yaml @@ -313,6 +313,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -391,8 +396,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/open_policy_agent/datadog_checks/open_policy_agent/data/conf.yaml.example b/open_policy_agent/datadog_checks/open_policy_agent/data/conf.yaml.example index fcc937c60..973876d4b 100644 --- a/open_policy_agent/datadog_checks/open_policy_agent/data/conf.yaml.example +++ b/open_policy_agent/datadog_checks/open_policy_agent/data/conf.yaml.example @@ -344,6 +344,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -422,8 +427,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/php_apcu/datadog_checks/php_apcu/data/conf.yaml.example b/php_apcu/datadog_checks/php_apcu/data/conf.yaml.example index 848a54b3c..fe13a65bb 100644 --- a/php_apcu/datadog_checks/php_apcu/data/conf.yaml.example +++ b/php_apcu/datadog_checks/php_apcu/data/conf.yaml.example @@ -213,6 +213,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -291,8 +296,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/php_opcache/datadog_checks/php_opcache/data/conf.yaml.example b/php_opcache/datadog_checks/php_opcache/data/conf.yaml.example index 080159793..19f30f242 100644 --- a/php_opcache/datadog_checks/php_opcache/data/conf.yaml.example +++ b/php_opcache/datadog_checks/php_opcache/data/conf.yaml.example @@ -213,6 +213,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -291,8 +296,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/pihole/datadog_checks/pihole/data/conf.yaml.example b/pihole/datadog_checks/pihole/data/conf.yaml.example index e7771a895..b40764f87 100644 --- a/pihole/datadog_checks/pihole/data/conf.yaml.example +++ b/pihole/datadog_checks/pihole/data/conf.yaml.example @@ -212,6 +212,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -290,8 +295,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/puma/datadog_checks/puma/data/conf.yaml.example b/puma/datadog_checks/puma/data/conf.yaml.example index 16bcc34d9..a8dd3d8c9 100644 --- a/puma/datadog_checks/puma/data/conf.yaml.example +++ b/puma/datadog_checks/puma/data/conf.yaml.example @@ -204,6 +204,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -282,8 +287,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/purefa/datadog_checks/purefa/data/conf.yaml.example b/purefa/datadog_checks/purefa/data/conf.yaml.example index 5efcbb776..d421e8d56 100644 --- a/purefa/datadog_checks/purefa/data/conf.yaml.example +++ b/purefa/datadog_checks/purefa/data/conf.yaml.example @@ -437,6 +437,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -515,8 +520,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/redpanda/datadog_checks/redpanda/data/conf.yaml.example b/redpanda/datadog_checks/redpanda/data/conf.yaml.example index bd33941e7..f36d1458d 100644 --- a/redpanda/datadog_checks/redpanda/data/conf.yaml.example +++ b/redpanda/datadog_checks/redpanda/data/conf.yaml.example @@ -439,6 +439,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -517,8 +522,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/robust_intelligence_ai_firewall/datadog_checks/robust_intelligence_ai_firewall/data/conf.yaml.example b/robust_intelligence_ai_firewall/datadog_checks/robust_intelligence_ai_firewall/data/conf.yaml.example index f10ab0e8a..b3c01c25c 100644 --- a/robust_intelligence_ai_firewall/datadog_checks/robust_intelligence_ai_firewall/data/conf.yaml.example +++ b/robust_intelligence_ai_firewall/datadog_checks/robust_intelligence_ai_firewall/data/conf.yaml.example @@ -427,6 +427,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -505,8 +510,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/tidb/datadog_checks/tidb/data/conf.yaml.example b/tidb/datadog_checks/tidb/data/conf.yaml.example index f13c196be..ba1780b0d 100644 --- a/tidb/datadog_checks/tidb/data/conf.yaml.example +++ b/tidb/datadog_checks/tidb/data/conf.yaml.example @@ -393,6 +393,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -471,8 +476,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/unifi_console/datadog_checks/unifi_console/data/conf.yaml.example b/unifi_console/datadog_checks/unifi_console/data/conf.yaml.example index 6ca8cc101..58c77ddee 100644 --- a/unifi_console/datadog_checks/unifi_console/data/conf.yaml.example +++ b/unifi_console/datadog_checks/unifi_console/data/conf.yaml.example @@ -224,6 +224,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -302,8 +307,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: diff --git a/zenoh_router/datadog_checks/zenoh_router/data/conf.yaml.example b/zenoh_router/datadog_checks/zenoh_router/data/conf.yaml.example index 3e8a82cc1..9cdcb004f 100644 --- a/zenoh_router/datadog_checks/zenoh_router/data/conf.yaml.example +++ b/zenoh_router/datadog_checks/zenoh_router/data/conf.yaml.example @@ -172,6 +172,11 @@ instances: ## client_secret (required): The client secret. ## basic_auth: Whether the provider expects credentials to be transmitted in ## an HTTP Basic Auth header. The default is: false + ## options: Mapping of additional options to pass to the provider, such as the audience + ## or the scope. For example: + ## options: + ## audience: https://example.com + ## scope: read:example ## ## The available writers are: ## @@ -250,8 +255,8 @@ instances: ## @param tls_ca_cert - string - optional ## The path to a file of concatenated CA certificates in PEM format or a directory ## containing several CA certificates in PEM format. If a directory, the directory - ## must have been processed using the c_rehash utility supplied with OpenSSL. See: - ## https://www.openssl.org/docs/manmaster/man3/SSL_CTX_load_verify_locations.html + ## must have been processed using the `openssl rehash` command. See: + ## https://www.openssl.org/docs/man3.2/man1/c_rehash.html # # tls_ca_cert: