IBM / watson-banking-chatbot

A chatbot for banking that uses the Watson Assistant, Discovery, Natural Language Understanding and Tone Analyzer services.
https://developer.ibm.com/patterns/create-cognitive-banking-chatbot/
Apache License 2.0
264 stars 374 forks source link

Add service authentication support for starter kit + kubernetes #66

Closed dolph closed 6 years ago

dolph commented 6 years ago

This PR authenticates with VCAP_SERVICES (cloud foundry) first, and then falls back on the environment variables passed to the application in a starter kit + kubernetes deployment.

stevemar commented 6 years ago

@dolph can you make this two PRs? I can merge the first set of changes to the app without having to change the starterkit tag

dolph commented 6 years ago

@stevemart removed the second commit, and revised the PR title & PR message to reflect accordingly.