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/08/09 09:31:14 UTC

[GitHub] jvdgeest opened a new pull request #271: Correctly writing custom OpenWhisk authentication keys (for the guest…

jvdgeest opened a new pull request #271: Correctly writing custom OpenWhisk authentication keys (for the guest…
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/271
 
 
   … and whisk.system users) into the CouchDB database.
   
   With this fix, custom auth keys that are defined in `values.yml` of the Helm chart (`whisk.auth.system` and `whisk.auth.guest`) are correctly applied and stored in the CouchDB database of OpenWhisk.
   
   In the `initdb.sh` script, the `https://github.com/apache/incubator-openwhisk` git repository is cloned on line number 5. In this git repository, the auth keys for OpenWhisk are stored in the `ansible/files/auth.guest` and `/openwhisk/ansible/files/auth.whisk.system` files. These files contain the default authentication keys.
   
   I have added two lines to this shell script, that take the secret keys from Kubernetes containing the custom values defined in`values.yml` of the Helm chart. 

----------------------------------------------------------------
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