diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0104e80d45ef8..fa4c37ddb6aae 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -306,6 +306,11 @@ datadog_checks_base/datadog_checks/base/checks/windows/ @DataDog/wi /mux/manifest.json @DataDog/saas-integrations @DataDog/documentation /mux/metadata.csv @DataDog/saas-integrations @DataDog/documentation +/okta_workflows/ @DataDog/saas-integrations +/okta_workflows/*.md @DataDog/saas-integrations @DataDog/documentation +/okta_workflows/manifest.json @DataDog/saas-integrations @DataDog/documentation +/okta_workflows/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend @DataDog/logs-core + /palo_alto_cortex_xdr/ @DataDog/saas-integrations /palo_alto_cortex_xdr/*.md @DataDog/saas-integrations @DataDog/documentation /palo_alto_cortex_xdr/manifest.json @DataDog/saas-integrations @DataDog/documentation diff --git a/.github/workflows/config/labeler.yml b/.github/workflows/config/labeler.yml index 420482ad42152..c3eddd321c36a 100644 --- a/.github/workflows/config/labeler.yml +++ b/.github/workflows/config/labeler.yml @@ -379,6 +379,8 @@ integration/nvidia_triton: - nvidia_triton/**/* integration/oke: - oke/**/* +integration/okta_workflows: +- okta_workflows/**/* integration/oom_kill: - oom_kill/**/* integration/openai: diff --git a/okta_workflows/CHANGELOG.md b/okta_workflows/CHANGELOG.md new file mode 100644 index 0000000000000..4e45ad530ba82 --- /dev/null +++ b/okta_workflows/CHANGELOG.md @@ -0,0 +1,8 @@ +# CHANGELOG - okta_workflows + +## 1.0.0 / 2024-12-18 + +***Added***: + +* Initial Release + diff --git a/okta_workflows/README.md b/okta_workflows/README.md new file mode 100644 index 0000000000000..e8e9797ec887e --- /dev/null +++ b/okta_workflows/README.md @@ -0,0 +1,37 @@ +# Okta Workflows + +## Overview +[Okta Workflows][1] is a no-code automation platform provided by Okta, designed to simplify and automate identity-related tasks and processes. It allows organizations to build custom workflows that integrate seamlessly with Okta's identity and access management capabilities and third-party applications, enhancing operational efficiency, security, and user experience. + +The Okta Workflows integration collects okta workflow event logs and sends it into Datadog for comprehensive analysis. + +## Setup + +### Configuration + +!!! Add list of steps to set up this integration !!! + +### Validation + +!!! Add steps to validate integration is functioning as expected !!! + +## Data Collected + +### Logs + +The Okta Workflows integration collects and forwards okta workflow event logs to Datadog. + +### Metrics + +The Okta Workflows integration does not collect any metrics. + +### Events + +The Okta Workflows integration does not include any events. + +## Support + +For further assistance, contact [Datadog Support][2]. + +[1]: https://www.okta.com/products/workflows/ +[2]: https://docs.datadoghq.com/help/ \ No newline at end of file diff --git a/okta_workflows/assets/service_checks.json b/okta_workflows/assets/service_checks.json new file mode 100644 index 0000000000000..0637a088a01e8 --- /dev/null +++ b/okta_workflows/assets/service_checks.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/okta_workflows/manifest.json b/okta_workflows/manifest.json new file mode 100644 index 0000000000000..b2275890b2a9c --- /dev/null +++ b/okta_workflows/manifest.json @@ -0,0 +1,43 @@ +{ + "manifest_version": "2.0.0", + "app_uuid": "e5e2a25d-aa66-41bc-9996-50f635dcc7a1", + "app_id": "okta-workflows", + "display_on_public_website": false, + "tile": { + "overview": "README.md#Overview", + "configuration": "README.md#Setup", + "support": "README.md#Support", + "changelog": "CHANGELOG.md", + "description": "Gain insights into Okta Workflows Events.", + "title": "Okta Workflows", + "media": [], + "classifier_tags": [ + "Category::Log Collection", + "Submitted Data Type::Logs", + "Offering::Integration", + "Category::Automation" + ] + }, + "assets": { + "integration": { + "auto_install": false, + "source_type_id": 33274584, + "source_type_name": "Okta Workflows", + "events": { + "creates_events": false + }, + "service_checks": { + "metadata_path": "assets/service_checks.json" + } + }, + "logs": { + "source": "okta-workflows" + } + }, + "author": { + "name": "Datadog", + "homepage": "https://www.datadoghq.com", + "sales_email": "info@datadoghq.com", + "support_email": "help@datadoghq.com" + } +}