Okta plugin v0.12.0 - Added okta_device table and recompiled plugin with steampipe-plugin-sdk v5.10.1
Jul 12, 2024•plugin
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)