There are no significant changes in this plugin version; it has been released to align with Steampipe's v1.0.0 release. This plugin adheres to semantic versioning, ensuring backward compatibility within each major version.
What's new?
- New tables added
Bug fixes
- Fixed the
rules
column inokta_signon_policy
,okta_password_policy
,okta_idp_discovery_policy
andokta_authentication_policy
tables to correctly return data instead ofnull
. (#145)
Dependencies
- Recompiled plugin with Go version
1.22
. (#146) - Recompiled plugin with steampipe-plugin-sdk v5.10.4 that fixes logging in the plugin export tool. (#146)
Bug fixes
- Fixed the
okta_factor
table to correctly return data instead of anil pointer dereference
error. (#137)
What's new?
- New tables added
Enhancements
- The
domain
column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple Okta organizations. (#120) - Added support to specify the time period in
.spc
file formax retries
,request timeout
, andmax backoff time
as required. (#112) - Added
profile
column to theokta_factor
table. (#130)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.10.1 which ensures that
QueryData
passed toConnectionKeyColumns
value callback is populated withConnectionManager
. (#120)
What's new?
- The plugin can now be downloaded and used with the Steampipe CLI, as a Postgres FDW, as a SQLite extension and as a standalone exporter. (#105)
- The table docs have been updated to provide corresponding example queries for Postgres FDW and SQLite extension. (#105)
- Docs license updated to match Steampipe CC BY-NC-ND license. (#105)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.8.0 that includes plugin server encapsulation for in-process and GRPC usage, adding Steampipe Plugin SDK version to
_ctx
column, and fixing connection and potential divide-by-zero bugs. (#104)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.6.2 which prevents nil pointer reference errors for implicit hydrate configs. (#94)
Dependencies
- Upgraded to steampipe-plugin-sdk v5.6.1 with support for rate limiters. (#91)
- Recompiled plugin with Go version
1.21
. (#91)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.3.0 which includes fixes for query cache pending item mechanism and aggregator connections not working for dynamic tables. (#82)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.7 which includes several caching and memory management improvements. (#76)
- Recompiled plugin with Go version
1.19
. (#76)
Enhancements
- Added additional optional key quals and filter support to the following tables: (#66)
- okta_app_assigned_group
- okta_app_assigned_user
- okta_application
- okta_auth_server
- okta_factor
- okta_group
- okta_idp_discovery_policy
Bug fixes
- Fixed the Slack community links in README and docs/index.md files. (#71)
Enhancements
- Added support for native Linux ARM and Mac M1 builds. (#69)
- Recompiled plugin with steampipe-plugin-sdk v3.1.0 and Go version
1.18
. (#68)
Enhancements
- Added limit and context cancellation handling to the following tables (#61) (#63)
- okta_app_assigned_group
- okta_app_assigned_user
- okta_application
- okta_auth_server
- okta_factor
- okta_group
- okta_idp_discovery_policy
- okta_network_zone
- okta_password_policy
- okta_signon_policy
- okta_trusted_origin
- okta_user
- okta_user_type
Bug fixes
- Updated
okta_app_assigned_group
andokta_app_assigned_user
tables to hydrate more efficiently and reduce the number of API calls the tables make for accounts with a large number of applications (#61) - Fixed the
okta_app_assigned_group
andokta_app_assigned_user
tables to correctly return assigned groups and users instead of empty results (#61)
Enhancements
- Added column
profile
to theokta_app_assigned_group
table (#58)
What's new?
- New tables added
Enhancements
- Recompiled plugin with steampipe-plugin-sdk-v1.8.3 (#55)
Bug fixes
- Removed columns
assigned_users
andassigned_groups
fromokta_application
table (#53) - Fixed the
okta_application
table to correctly return okta application details instead of throwing an error (#46)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk-v1.8.2 (#44)
- Recompiled plugin with Go version 1.17 (#44)
- Added
assigned_users
andassigned_groups
columns tookta_application
table (#41) - Removed the
profile
column fromokta_application
table (#42)
What's new?
- New tables added
Enhancements
- The documentation now includes additional information on
okta_user_type
andokta_network_zone
tables
Bug fixes
- The
title
column forokta_user
table will no longer havenil
values (#35)
What's new?
- Add support for service application and private key authentication (#22)
- Update the config and docs/index.md with more information about service app credentials
What's new?
-
New tables added