okta / okta-sdk-python

Apache License 2.0
229 stars 143 forks source link

Standardize configuration env vars with terraform provider #389

Open cmc333333 opened 4 months ago

cmc333333 commented 4 months ago

The Okta terraform provider can be configured via environment, as can the Python SDK... but they are ever so slightly different.

We end up using both (via Pulumi) in the same code base. Not hard to work around, but a missed opportunity!