You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/duo_auth/bin/komand_duo_auth
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ from sys import argv
6
6
7
7
Name="Duo Auth API"
8
8
Vendor="rapid7"
9
-
Version="1.0.4"
9
+
Version="1.0.5"
10
10
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. The Duo Auth InsightConnect plugin enables users to create and send push notifications from within automation workflows"
Copy file name to clipboardExpand all lines: plugins/duo_auth/help.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,7 @@ Example output:
121
121
122
122
# Version History
123
123
124
+
* 1.0.5 - Updated dependencies and SDK to the latest version (6.4.1)
124
125
* 1.0.4 - Updated dependencies and SDK to the latest version
125
126
* 1.0.3 - Upgraded `duo_client` in requirements.txt to version `4.0.0` | Upgraded `duo_client` in vendor folder to version `4.0.0` | Use input and output constants | Change docker image from `komand/python-3-plugin:2` to `komand/python-3-37-slim-plugin:3` to reduce plugin image size
126
127
* 1.0.2 - New spec and help.md format for the Extension Library
Copy file name to clipboardExpand all lines: plugins/duo_auth/plugin.spec.yaml
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ support: rapid7
8
8
supported_versions: ["Duo Client 5.3.0"]
9
9
status: []
10
10
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. The Duo Auth InsightConnect plugin enables users to create and send push notifications from within automation workflows"
- RUN apt-get update && apt-get install ca-certificates -y
28
30
key_features:
29
31
- Send push notifications for two-factor authentication
30
32
requirements:
31
33
- Requires a Duo integration key
32
34
- Requires a Duo secret key
33
35
- Requires a Duo hostname
34
36
version_history:
37
+
- "1.0.5 - Updated dependencies and SDK to the latest version (6.4.1)"
35
38
- "1.0.4 - Updated dependencies and SDK to the latest version"
36
39
- "1.0.3 - Upgraded `duo_client` in requirements.txt to version `4.0.0` | Upgraded `duo_client` in vendor folder to version `4.0.0` | Use input and output constants | Change docker image from `komand/python-3-plugin:2` to `komand/python-3-37-slim-plugin:3` to reduce plugin image size"
37
40
- "1.0.2 - New spec and help.md format for the Extension Library"
0 commit comments