Skip to content

Commit

Permalink
[SOAR-18473] Okta fedRAMP, SDK bump and vuln (#3003)
Browse files Browse the repository at this point in the history
* sdk and vuln

* CHECKSUM
  • Loading branch information
rmurray-r7 committed Dec 18, 2024
1 parent d416b9e commit 298e452
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
8 changes: 4 additions & 4 deletions plugins/okta/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": "55804de5fdc62b247108b9ffdf49c6f3",
"manifest": "c9a21195f087872d65be963dde53e9e9",
"setup": "b8e8d2517e6d742553d5d4767b1face8",
"spec": "c52fa69769d8388de102d29fa011df8e",
"manifest": "2db4eb90f95f2a5eec67e4e28f1a736d",
"setup": "2913648b2ac528d2c75f3b1032a57d60",
"schemas": [
{
"identifier": "add_user_to_group/schema.py",
Expand Down Expand Up @@ -73,7 +73,7 @@
},
{
"identifier": "monitor_logs/schema.py",
"hash": "6716ca24c5d2004903afd259a49fe66e"
"hash": "c7846002b9cb1c3069e098b40868f0d2"
},
{
"identifier": "users_added_removed_from_group/schema.py",
Expand Down
2 changes: 1 addition & 1 deletion plugins/okta/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.1.3
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.2.2

LABEL organization=rapid7
LABEL sdk=python
Expand Down
2 changes: 1 addition & 1 deletion plugins/okta/bin/komand_okta
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from sys import argv

Name = "Okta"
Vendor = "rapid7"
Version = "4.2.11"
Version = "4.2.12"
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"


Expand Down
1 change: 1 addition & 0 deletions plugins/okta/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -1598,6 +1598,7 @@ Actions may fail depending on the state of the resource you attempt to operate o

# Version History

* 4.2.12 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities
* 4.2.11 - Initial updates for fedramp compliance | Updated SDK to the latest version
* 4.2.10 - Monitor Logs Task: Add exception handling if invalid subdomain provided
* 4.2.9 - SDK Bump to 6.1.0 | Task Connection test added
Expand Down
5 changes: 3 additions & 2 deletions plugins/okta/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ status: []
supported_versions: ["Okta API 22-05-2023"]
sdk:
type: slim
version: 6.1.3
version: 6.2.2
user: nobody
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"
version: 4.2.11
version: 4.2.12
connection_version: 4
resources:
source_url: https://github.com/rapid7/insightconnect-plugins/tree/master/plugins/okta
Expand All @@ -32,6 +32,7 @@ hub_tags:
features: []
troubleshooting: "Actions may fail depending on the state of the resource you attempt to operate over. They will return a best-effort message indicating why the Okta API responded the way it did when possible. Depending on the API endpoint, this message is either provided by Okta themselves, or constructed by the plugin based on the information it has at hand."
version_history:
- "4.2.12 - Updated SDK to the latest version (v6.2.2) | Address vulnerabilities"
- "4.2.11 - Initial updates for fedramp compliance | Updated SDK to the latest version"
- "4.2.10 - Monitor Logs Task: Add exception handling if invalid subdomain provided"
- "4.2.9 - SDK Bump to 6.1.0 | Task Connection test added"
Expand Down
2 changes: 1 addition & 1 deletion plugins/okta/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


setup(name="okta-rapid7-plugin",
version="4.2.11",
version="4.2.12",
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",
author="rapid7",
author_email="",
Expand Down

0 comments on commit 298e452

Please sign in to comment.