Skip to content

Commit 8dc1c84

Browse files
authored
Okta sdk prep (#3230) (#3264)
1 parent 2da4e42 commit 8dc1c84

File tree

6 files changed

+367
-282
lines changed

6 files changed

+367
-282
lines changed

plugins/okta/.CHECKSUM

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"spec": "a8ad8ec4b8abc7671ab7bdc628101543",
3-
"manifest": "2db4eb90f95f2a5eec67e4e28f1a736d",
4-
"setup": "2913648b2ac528d2c75f3b1032a57d60",
2+
"spec": "ebabd2520f197720423942f8632820f1",
3+
"manifest": "38c487f79db5effdeff9bb4d1df39e72",
4+
"setup": "d758dd3b2f861b9b76fe6f7f357bc615",
55
"schemas": [
66
{
77
"identifier": "add_user_to_group/schema.py",

plugins/okta/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.2.2
1+
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.2.5
22

33
LABEL organization=rapid7
44
LABEL sdk=python
@@ -12,7 +12,7 @@ RUN if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
1212

1313
ADD . /python/src
1414

15-
RUN python setup.py build && python setup.py install
15+
RUN pip install .
1616

1717
# User to run plugin code. The two supported users are: root, nobody
1818
USER nobody

plugins/okta/bin/komand_okta

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ from sys import argv
66

77
Name = "Okta"
88
Vendor = "rapid7"
9-
Version = "4.2.12"
9+
Version = "4.2.13"
1010
Description = "[Okta](https://www.okta.com/) is a SSO and account lifecycle management provider that allows companies to integrate their central user account system with a wide variety of other applications and services"
1111

1212

plugins/okta/help.md

+1
Original file line numberDiff line numberDiff line change
@@ -1581,6 +1581,7 @@ Example output:
15811581

15821582
# Version History
15831583

1584+
* 4.2.13 - Updated SDK to the latest version (6.2.5)
15841585
* 4.2.12 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities
15851586
* 4.2.11 - Initial updates for fedramp compliance | Updated SDK to the latest version
15861587
* 4.2.10 - Monitor Logs Task: Add exception handling if invalid subdomain provided

0 commit comments

Comments
 (0)