Skip to content

Commit

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

* sdk and vuln

* CHECKSUM

* plugin.spec sync (#3035)
  • Loading branch information
rmurray-r7 authored Jan 13, 2025
1 parent 7b9e15f commit db5261b
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 31 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": "a8ad8ec4b8abc7671ab7bdc628101543",
"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": "e099836cf02d62fce308a9c2043b79e1"
},
{
"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
20 changes: 2 additions & 18 deletions plugins/okta/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -661,15 +661,6 @@ Example output:
}
```

When no groups are found, the action returns:

```
{
"success": false,
"groups": []
}
```

#### Remove User from Group

This action is used to remove a user from an existing group
Expand Down Expand Up @@ -850,14 +841,6 @@ Example output:
}
```

When the user is not found, the action returns:

```
{
"success": false
}
```

#### Unsuspend User

This action is used to unsuspend a user
Expand Down Expand Up @@ -1594,10 +1577,11 @@ Example output:

## 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.
* 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
4 changes: 1 addition & 3 deletions plugins/okta/komand_okta/tasks/monitor_logs/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ class MonitorLogsOutput(insightconnect_plugin_runtime.Output):
"type": "array",
"title": "Logs",
"description": "All system logs within the specified time range",
"items": {
"type": "object"
},
"items": {},
"required": [
"logs"
],
Expand Down
8 changes: 5 additions & 3 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 @@ -30,8 +30,10 @@ hub_tags:
use_cases: [application_management, user_management]
keywords: [sso, provisioning, deprovisioning, saml, cloud_enabled]
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."
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 db5261b

Please sign in to comment.