You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/12/22 19:12:01 UTC

[GitHub] rahulqelfo edited a comment on issue #191: Backup existing wskprops

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:
users@infra.apache.org


With regards,
Apache Git Services