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

[SAASINT-3470] DDSaaS: Okta Workflows: Crawler Integration Without Assets #19281

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,8 @@ integration/nvidia_triton:
- nvidia_triton/**/*
integration/oke:
- oke/**/*
integration/okta_workflows:
- okta_workflows/**/*
integration/oom_kill:
- oom_kill/**/*
integration/openai:
Expand Down
8 changes: 8 additions & 0 deletions okta_workflows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# CHANGELOG - okta_workflows

## 1.0.0 / 2024-12-18

***Added***:

* Initial Release

37 changes: 37 additions & 0 deletions okta_workflows/README.md
Original file line number Diff line number Diff line change
@@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
The Okta Workflows integration collects okta workflow event logs and sends it into Datadog for comprehensive analysis.
The Okta Workflows integration collects Okta workflow event logs and sends it into Datadog for comprehensive analysis.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done changes as per suggestion.


## 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/
1 change: 1 addition & 0 deletions okta_workflows/assets/service_checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
43 changes: 43 additions & 0 deletions okta_workflows/manifest.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"support_email": "[email protected]"
}
}
Loading