ibm-cloud-solutions / hubot-ibmcloud-auth

Script package that provides simple whitelist access to commands in hubot scripts for IBM Cloud
http://www.ibm.com/
Other
0 stars 1 forks source link

can't use a bot to perform bluemix commands when auth is enabled #35

Open ycao56 opened 8 years ago

ycao56 commented 8 years ago

auth whitelist is based on emails. However, a bot doesn't have an email address which make it impossible to use bot to perform bluemix commands

chambrid commented 8 years ago

@ycao56 Can you provide a recreate steps so I can grab some of the impacting logs. This maybe something easy to workaround.

ycao56 commented 8 years ago

You can use https://github.ibm.com/BluemixSolutions/ibmcloudbot-e2e-test to start e2e test locally. https://github.ibm.com/BluemixSolutions/ibmcloudbot-e2e-test/blob/master/test_data.json indicates the test command and one of them is app list

samkshah commented 6 years ago

@ycao56 Wondering if this was ever solved. Would like to use this functionality to run Bluemix related commands, like search running apps/services, etc. from Slack. But looks like you had some issues with this.