Skip to content

[FA] Onboard more integrations#22518

Merged
coignetp merged 44 commits intomasterfrom
paul/fa-add-fleet-configurable-m-4
Feb 10, 2026
Merged

[FA] Onboard more integrations#22518
coignetp merged 44 commits intomasterfrom
paul/fa-add-fleet-configurable-m-4

Conversation

@coignetp
Copy link
Copy Markdown
Contributor

@coignetp coignetp commented Feb 3, 2026

What does this PR do?

Motivation

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Add the qa/skip-qa label if the PR doesn't need to be tested during QA.
  • If you need to backport this PR to another branch, you can add the backport/<branch-name> label to the PR and it will automatically open a backport PR once this one is merged

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.07%. Comparing base (9886c92) to head (24e749a).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@datadog-official

This comment has been minimized.

@nubtron nubtron self-assigned this Feb 9, 2026
@coignetp coignetp marked this pull request as ready for review February 10, 2026 10:45
@coignetp coignetp requested review from a team as code owners February 10, 2026 10:45
@github-actions
Copy link
Copy Markdown
Contributor

⚠️ Recommendation: Add qa/skip-qa label

This PR does not modify any files shipped with the agent.

To help streamline the release process, please consider adding the qa/skip-qa label if these changes do not require QA testing.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 24e749a53f

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

- name: password
description: |
The password of `username`.
fleet_configurable: true
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Mark fleet-configurable password fields as secret

Adding fleet_configurable: true to the password option without also setting secret: true exposes credentials as regular config data for any integration that consumes this template (including newly onboarded Windows checks like exchange_server in this commit). The same pattern also appears in instances/pdh_legacy.yaml, so passwords can be rendered/stored as plain text instead of handled as secrets.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has override in backend.

fleet_configurable: true
value:
type: string
- name: password
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The password is missing here too - will fix in a separate PR.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has override in backend.

@coignetp coignetp added this pull request to the merge queue Feb 10, 2026
@coignetp coignetp added changelog/no-changelog qa/skip-qa Automatically skip this PR for the next QA labels Feb 10, 2026
Merged via the queue into master with commit 461b69f Feb 10, 2026
192 of 203 checks passed
@coignetp coignetp deleted the paul/fa-add-fleet-configurable-m-4 branch February 10, 2026 14:33
lukepatrick pushed a commit to lukepatrick/integrations-core that referenced this pull request Mar 17, 2026
* Add esxi

* Add argo_workflows

* Add kube_dns

* Add proxysql

* Add pulsar

* Add nfsstat

* Add yarn

* Add infiniband

* Add hdfs_namenode

* Add couch

* Add cassandra_nodetool

* Add activemq_xml

* Add supabase

* Add harbor

* Add amazon_msk

* Add proxmox

* Add openldap

* Add sonarqube

* Add ibm_ace

* Add slurm

* Add sidekiq

* Add zeek

* Add kubernetes_state_core

* Add hive

* Add kubernetes_cluster_autoscaler

* Add mesos_slave

* Add sonatype_nexus

* Add gearmand

* Add weaviate

* Add tenable

* Add mesos_master

* Add hivemq

* Add zscaler_private_access

* Add exchange_server

* Add kuma

* Add rethinkdb

* Add hudi

* Add lighttpd

* Add eset_protect

* Add kafka_consumer

* Add mcache

* Add fly_io

* Add guarddog

Signed-off-by: lukepatrick <lukephilips@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants