0.1.20 • Published 6 years ago

okta-bootstrap v0.1.20

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

Okta Bootstrapper

This node package allows you to quickly set up your Okta tenant with objects like users, groups, apps, and oauth items. It's useful for setting up multiple tenants with the same configuration for demo or testing purposes.

It's similar to tools such as Terraform or AWS CloudFormation.

The basic flow is this:

  1. Build an okta_bootstrapper template to include your desired objects (example included in this repo)
  2. run app.js to build all of the objects in your Okta tenant

That might be all you need to do, depending on your use-case.

But, step #2 will also generate an okta_bootstrap_out file, which will include all (or some) of the values that were generated during the object creation process. Values like userIDs, groupIDs, etc.

Then, if you have an application that is "okta bootstrap aware" you can consume these values in your application.

A note about secrets

0.1.20

6 years ago

0.1.19

6 years ago

0.1.18

6 years ago

0.1.17

6 years ago

0.1.16

6 years ago

0.1.15

6 years ago

0.1.14

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago