Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the configuration file to include the new oauth options parameter #16835

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions activemq_xml/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,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:
##
Expand Down
1 change: 1 addition & 0 deletions aerospike/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
5 changes: 5 additions & 0 deletions aerospike/datadog_checks/aerospike/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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:
##
Expand Down
1 change: 1 addition & 0 deletions airflow/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
5 changes: 5 additions & 0 deletions airflow/datadog_checks/airflow/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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:
##
Expand Down
1 change: 1 addition & 0 deletions amazon_msk/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
5 changes: 5 additions & 0 deletions amazon_msk/datadog_checks/amazon_msk/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,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:
##
Expand Down
1 change: 1 addition & 0 deletions ambari/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
5 changes: 5 additions & 0 deletions ambari/datadog_checks/ambari/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,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:
##
Expand Down
1 change: 1 addition & 0 deletions apache/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
5 changes: 5 additions & 0 deletions apache/datadog_checks/apache/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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:
##
Expand Down
1 change: 1 addition & 0 deletions arangodb/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
5 changes: 5 additions & 0 deletions arangodb/datadog_checks/arangodb/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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:
##
Expand Down
1 change: 1 addition & 0 deletions argocd/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
5 changes: 5 additions & 0 deletions argocd/datadog_checks/argocd/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,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:
##
Expand Down
1 change: 1 addition & 0 deletions avi_vantage/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,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:
##
Expand Down
1 change: 1 addition & 0 deletions azure_iot_edge/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
Original file line number Diff line number Diff line change
Expand Up @@ -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:
##
Expand Down
1 change: 1 addition & 0 deletions boundary/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
5 changes: 5 additions & 0 deletions boundary/datadog_checks/boundary/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,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:
##
Expand Down
1 change: 1 addition & 0 deletions calico/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
5 changes: 5 additions & 0 deletions calico/datadog_checks/calico/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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:
##
Expand Down
1 change: 1 addition & 0 deletions cert_manager/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
Original file line number Diff line number Diff line change
Expand Up @@ -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:
##
Expand Down
1 change: 1 addition & 0 deletions cilium/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
5 changes: 5 additions & 0 deletions cilium/datadog_checks/cilium/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,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:
##
Expand Down
1 change: 1 addition & 0 deletions cisco_aci/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
5 changes: 5 additions & 0 deletions cisco_aci/datadog_checks/cisco_aci/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,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:
##
Expand Down
1 change: 1 addition & 0 deletions citrix_hypervisor/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
Original file line number Diff line number Diff line change
Expand Up @@ -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:
##
Expand Down
1 change: 1 addition & 0 deletions cloud_foundry_api/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,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:
##
Expand Down
1 change: 1 addition & 0 deletions cockroachdb/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,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:
##
Expand Down
1 change: 1 addition & 0 deletions consul/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
5 changes: 5 additions & 0 deletions consul/datadog_checks/consul/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,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:
##
Expand Down
1 change: 1 addition & 0 deletions coredns/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
5 changes: 5 additions & 0 deletions coredns/datadog_checks/coredns/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,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:
##
Expand Down
1 change: 1 addition & 0 deletions couch/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
5 changes: 5 additions & 0 deletions couch/datadog_checks/couch/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,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:
##
Expand Down
1 change: 1 addition & 0 deletions couchbase/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
5 changes: 5 additions & 0 deletions couchbase/datadog_checks/couchbase/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,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:
##
Expand Down
1 change: 1 addition & 0 deletions crio/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
5 changes: 5 additions & 0 deletions crio/datadog_checks/crio/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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:
##
Expand Down
1 change: 1 addition & 0 deletions datadog_checks_dev/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,11 @@
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:

Expand Down
1 change: 1 addition & 0 deletions datadog_cluster_agent/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,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:
##
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
##
Expand Down
1 change: 1 addition & 0 deletions dcgm/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
5 changes: 5 additions & 0 deletions dcgm/datadog_checks/dcgm/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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:
##
Expand Down
1 change: 1 addition & 0 deletions druid/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
5 changes: 5 additions & 0 deletions druid/datadog_checks/druid/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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:
##
Expand Down
1 change: 1 addition & 0 deletions ecs_fargate/changelog.d/16835.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the configuration file to include the new oauth options parameter
Loading
Loading