mdeuser commented on issue #3529: Authentication issues when installing 
openwhisk
URL: 
https://github.com/apache/incubator-openwhisk/issues/3529#issuecomment-379245063
 
 
   @elenagarrido - can you run the following in your vagrant vm and post the 
results here
   ```
   export TESTAUTH=/home/vagrant/openwhisk/ansible/files/auth.whisk.system
   cat $TESTAUTH
   TESTAUTH=`cat $TESTAUTH`
   echo $TESTAUTH
   ```
   in the above log output, it seems the `TESTAUTH` might be something odd like 
$'789c46b1-71f6-4ed5-8c54-816aa4f8c502:abczO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP\r'
   
   to confirm, in this same vagrant vm, create this simple script.  `chmod +x` 
it and then run it and post the output
   ```
   #!/bin/bash
   set -x
   export TESTAUTH=/home/vagrant/openwhisk/ansible/files/auth.whisk.system
   cat $TESTAUTH
   TESTAUTH=`cat $TESTAUTH`
   echo $TESTAUTH
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to