-
Notifications
You must be signed in to change notification settings - Fork 24
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
js: IAM support phase I (apikey) #147
Labels
Comments
As a workaround, you can go into the GP dashboard (or using the rest API) and create an API user, and that will give you credentials you can use with the JS client. |
srl295
added a commit
that referenced
this issue
Apr 17, 2019
- iam_endpoint and apikey required - new CLI options and variables - test updates - docs Fixes: #147
srl295
added a commit
that referenced
this issue
Apr 17, 2019
- iam_endpoint and apikey required - new CLI options and variables - test updates - docs Fixes: #147
Merged
srl295
added a commit
that referenced
this issue
Apr 17, 2019
* iam: Phase I: use API-KEY for interim iam support - iam_endpoint and apikey required - new CLI options and variables - test updates - docs Fixes: #147
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tracking: IBM-Cloud/gp-common#24
This version will only use the gp specific
API-KEY
auth header, and not do any token management.A future issue will handle token management and disable
API-KEY
.The text was updated successfully, but these errors were encountered: