ibm-cloud-architecture / refarch-cloudnative-kubernetes

Reference Implementation for Microservices based on Kubernetes and the IBM Container Service.
152 stars 109 forks source link

Login for IBMers #10

Closed flyingbarron closed 7 years ago

flyingbarron commented 7 years ago

When you run bx -login, if you are an IBMer then you need either the API or the SSO method. Our install_bluemix.sh script doesn't support the SSO method. Not everyone knows how to get an API key - I think that should be documented too.

gangchen03 commented 7 years ago

For federated users, we need to address the SSO login type by passing the API key

fabiogomezdiaz commented 7 years ago

Fixed by 4f8ed67. Updated the README to make creating an API mandatory to use the scripts https://github.com/ibm-cloud-architecture/refarch-cloudnative-kubernetes#create-a-bluemix-api-key.

Please reopen if having same issues