Skip to content

Commit

Permalink
soar_17161 Removing deprecated fields and adding help.md (#2600)
Browse files Browse the repository at this point in the history
* Changing the Schema and other files to remove unnecessary fields due to Duo's API change. Added help.md

* Changing Hash Code

* Adding in extra examples within plugin spec

* Fixing Validator Failed tests

* Removing Test File

* Updated Links and references
  • Loading branch information
rmurray-r7 authored Jun 27, 2024
1 parent 44dd7f5 commit b5de837
Show file tree
Hide file tree
Showing 28 changed files with 702 additions and 833 deletions.
16 changes: 8 additions & 8 deletions plugins/duo_admin/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"spec": "e6f5d47d912d00b20fe51a7ffa082a93",
"manifest": "e71860d2685a737f80bf50495cbae80c",
"setup": "4271ead3909ea6c4525f05977a8e5347",
"spec": "c20d5534d1f982e7873eba6d05efbe1d",
"manifest": "bb48f214d389f95ab21e3b7d7f19522c",
"setup": "e74591e3d405da803c0165ea53deaf36",
"schemas": [
{
"identifier": "add_user/schema.py",
"hash": "088baf59b343b7d385af2038fda1641b"
"hash": "f2c76d4d2e783cc49ecdb497d774fb66"
},
{
"identifier": "delete_user/schema.py",
Expand All @@ -25,23 +25,23 @@
},
{
"identifier": "get_user_by_id/schema.py",
"hash": "a137708cfc4676aa5706f1086a0ddd52"
"hash": "80c14726139f34ac505de47e5c41770e"
},
{
"identifier": "get_user_by_username/schema.py",
"hash": "39850020a1851e2bad18f490400b1494"
"hash": "541cfc1931414629539b31d6cb9b0ac3"
},
{
"identifier": "get_user_status/schema.py",
"hash": "f99fbe48cc4d22ca49a1872093edaaab"
},
{
"identifier": "get_users/schema.py",
"hash": "646e1c904ed7b3a8a99785ab3a1dc06e"
"hash": "80f4ed9cb909b9c046a565871524832f"
},
{
"identifier": "modify_user/schema.py",
"hash": "d36a873abcd9fc75301723157d200d9d"
"hash": "558b5ad0a80f6e62f99fa4e4aa549cb4"
},
{
"identifier": "connection/schema.py",
Expand Down
2 changes: 1 addition & 1 deletion plugins/duo_admin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-plugin:5.4.9
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-plugin:5.5.5

LABEL organization=rapid7
LABEL sdk=python
Expand Down
4 changes: 2 additions & 2 deletions plugins/duo_admin/bin/komand_duo_admin
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ from sys import argv

Name = "Duo Admin API"
Vendor = "rapid7"
Version = "4.4.2"
Description = "Duo is a trusted access solution for organizations. The Duo Admin plugin for Rapid7 InsightConnect allows users to manage and administrate their Duo organization"
Version = "5.0.0"
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"


def main():
Expand Down
Loading

0 comments on commit b5de837

Please sign in to comment.