Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

~/.stormpath/apiKey.properties is not loaded #21

Open
robertjd opened this issue Jan 20, 2016 · 1 comment
Open

~/.stormpath/apiKey.properties is not loaded #21

robertjd opened this issue Jan 20, 2016 · 1 comment

Comments

@robertjd
Copy link
Member

Reproduction situation:

  • No environment variables are defined
  • The file ~/.stormpath/apiKey.properties does exist, with these contents:
apiKey.id = xxx
apiKey.secret = xxx

But the following construction fails:

var client  = new stormpath.Client();

With this error:

Error: API key ID and secret is required.

This may be a duplicate report of #6

@rdegges
Copy link

rdegges commented Feb 17, 2016

This is still not working afaik.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants