-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SAASINT-3470] DDSaaS: Okta Workflows: Crawler Integration Without As…
…sets (#19281) * initial commit * updated readme as per review suggestions * updated readme file as per PR comments * turn on public docs * turn off public docs --------- Co-authored-by: abhi-modugula <[email protected]>
- Loading branch information
1 parent
3db78a9
commit 3287d5a
Showing
6 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 them to 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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]" | ||
} | ||
} |