-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SOAR-18529] Duo Admin 5.0.2 Release (fedRAMP) (#3021)
* duo sdk and vuln (#3017) * Duo Admin plugin.spec sync (#3037) * Plugin.spec sync * plugin.spec sync
- Loading branch information
1 parent
db5261b
commit 0cc667b
Showing
8 changed files
with
24 additions
and
84 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
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
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ status: [] | |
supported_versions: ["Duo Admin API 2024-09-17"] | ||
sdk: | ||
type: full | ||
version: 6.1.2 | ||
version: 6.2.2 | ||
user: nobody | ||
description: "[Duo](https://duo.com/)'s Trusted Access platform verifies the identity of your users with two-factor authentication and | ||
security health of their devices before they connect to the apps they use. Using the Duo plugin for InsightConnect will allow Duo user management within automation workflows" | ||
|
@@ -29,7 +29,7 @@ key_features: | |
requirements: | ||
- "Two secret keys - `integration key` and `secret key`" | ||
- "`API hostname`" | ||
version: 5.0.1 | ||
version: 5.0.2 | ||
connection_version: 4 | ||
resources: | ||
source_url: https://github.com/rapid7/insightconnect-plugins/tree/master/plugins/duo_admin | ||
|
@@ -47,9 +47,10 @@ links: | |
- "[Duo Security](https://duo.com/)" | ||
references: | ||
- "[Duo Admin API](https://duo.com/docs/adminapi)" | ||
troubleshooting: "Many actions in this plugin take a User ID as input. A User ID is not the username - instead it's a unique identifier e.g. DU9I6T0F7R2S1J4XZHHA. A User ID can be obtained by passing a username to the Get User Status action." | ||
|
||
troubleshooting: | ||
- "Many actions in this plugin take a User ID as input. A User ID is not the username - instead it's a unique identifier e.g. DU9I6T0F7R2S1J4XZHHA. A User ID can be obtained by passing a username to the Get User Status action." | ||
version_history: | ||
- "5.0.2 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities" | ||
- "5.0.1 - Update to enable Plugin as FedRAMP ready | Update SDK (`6.1.2`)" | ||
- "5.0.0 - Updated to include latest SDK v5.5.5 | Removing Unused fields from User Object" | ||
- "4.4.2 - Updated to include latest SDK v5.4.9 | Task `Monitor Logs` updated to increase max lookback cutoff to 7 days" | ||
|
@@ -1074,7 +1075,7 @@ actions: | |
example: { "alias1": "alias1", "alias2": "alias2", "alias3": "alias3", "alias4": "alias4", "aliases": { "alias1": "alias1", "alias2": "alias2", "alias3": "alias3", "alias4": "alias4" }, "created": 1684765611, "email": "[email protected]", "isEnrolled": false, "notes": "Example", "realname": "Example", "status": "active", "userId": "DUCUULF6HBMZ43IG9MBH", "username": "Example" } | ||
get_logs: | ||
title: Get Authentication Logs | ||
description: Get auth logs, limited to past 180 days | ||
description: "This action is used to get auth logs, limited to past 180 days.\n[Currentmillis.com](https://currentmillis.com/) is useful for finding a usable UNIX timestamp.\n\nAvailable inputs for parameters can be found in [Duo Admin API docs](https://duo.com/docs/adminapi#logs:~:text=The%20factor%20or%20method%20used%20for%20an%20authentication%20attempt.%20One%20of%3A)" | ||
input: | ||
mintime: | ||
title: Mintime | ||
|
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