Skip to content

Use SQL to instantly query users, groups, applications and more from Okta. Open source CLI. No DB required.

License

Notifications You must be signed in to change notification settings

TrendingTechnology/steampipe-plugin-okta

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Okta Plugin for Steampipe

Use SQL to query infrastructure including users, groups, applications and more from Okta.

Quick start

Install the plugin with Steampipe:

steampipe plugin install okta

Run a query:

select login, id, email, created from okta_user;

Developing

Prerequisites:

Clone:

git clone https://github.com/turbot/steampipe-plugin-okta.git
cd steampipe-plugin-okta

Build, which automatically installs the new version to your ~/.steampipe/plugins directory:

make

Configure the plugin:

cp config/* ~/.steampipe/config
vi ~/.steampipe/config/okta.spc

Try it!

steampipe query
> .inspect okta

Further reading:

Contributing

Please see the contribution guidelines and our code of conduct. All contributions are subject to the Apache 2.0 open source license.

help wanted issues:

About

Use SQL to instantly query users, groups, applications and more from Okta. Open source CLI. No DB required.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 93.6%
  • JavaScript 5.3%
  • Other 1.1%