You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2019. It is now read-only.
Currently, this gem requires to have the base environment variables named like STORMPATH_API_KEY_ID and STORMPATH_API_KEY_SECRET which differ from the ones named in the Ruby SDK.
Rename them to STORMPATH_CLIENT_APIKEY_ID and STORMPATH_CLIENT_APIKEY_SECRET and make sure all tests are still passing.
Also, make sure the change is backwards compatible.