turbot / steampipe-plugin-okta

Use SQL to instantly query users, groups, applications and more from Okta. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/okta
Apache License 2.0
8 stars 4 forks source link

The common column `domain` value should be populated if domain has been set as environment variable OKTA_CLIENT_ORGURL #135

Closed ParthaI closed 2 months ago

ParthaI commented 3 months ago

Example query results

Results ``` > select domain, factor_type from okta_factor +-----------------------+---------------------+ | domain | factor_type | +-----------------------+---------------------+ | dev-50078045.okta.com | token:software:totp | | dev-50078045.okta.com | sms | | dev-50078045.okta.com | push | +-----------------------+---------------------+ ```
misraved commented 2 months ago

@ParthaI could you please add information about the environment variable in https://github.com/turbot/steampipe-plugin-okta/blob/main/config/okta.spc#L10C1-L11C56 and docs/index.md as well?