rahulqelfo edited a comment on issue #191: Backup existing wskprops URL: https://github.com/apache/incubator-openwhisk-devtools/pull/191#issuecomment-449591660 Thanks for the feedback @rabbah . I agree that sudo is not required and will remove it in the updated PR. Just wanted to understand the solution you suggested before I start working on it. The wskprops creation is taken care by the CLI itself and the docker compose just runs the following command to create it: `$(WSK_CLI) -v property set --namespace guest --auth 'cat $(OPENWHISK_PROJECT_HOME)/ansible/files/auth.guest' --apihost https://$(DOCKER_HOST_IP) -i ` So for the change you suggested we need to change and add conditions to how WSK CLI creates the wskprops file right? So changes would need to done on the WSK CLI?Pardon me if I understood it incorrectly. Also if we want to change this at the WSK CLI level then can we comment the contents of the already existing file and write the new guest creds
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
