sailpoint-oss / typescript-sdk

MIT License
9 stars 6 forks source link

Configuration of Environment Variables Not Loading #5

Closed bcariaga-cdw closed 1 year ago

bcariaga-cdw commented 1 year ago

I was looking at the configuration file and noticed that the environment variables are said to be defined through SAIL_BASE_URL, SAIL_CLIENT_ID, and SAIL_CLIENT_SECRET. The variables are then read as BASE_URL, CLIENT_ID, and CLIENT_SECRET.

When testing I noticed both Environment Variables were needed to be set in order to load correctly. This is due to the ternary operator in configuration.ts