alexellis / derek

Reduce maintainer fatigue by automating GitHub
https://github.com/alexellis/derek/blob/master/USER_GUIDE.md
MIT License
808 stars 70 forks source link

Update secrets path #59

Closed LucasRoesler closed 6 years ago

LucasRoesler commented 6 years ago

In a conversation with @alexellis we saw an issue in Derek using the latest master version of openfaas.

failed to report status github.RepoStatus{State:"success", TargetURL:"http://<domain>:8080/function/alexellis-hallo", Description:"function successfully deployed as: alexellis-hallo", Context:"DEPLOY"}, error: unable to read private key path: /run/secrets/derek-private-key, error: open /run/secrets/derek-private-key: no such file or directory

This is due to openfaas/faas#692

Possible Solution

Update the path to search /var/openfaas/secrets

alexellis commented 6 years ago

Thanks @rgee0 for working on this 👍

alexellis commented 6 years ago

Marking as high priority due to need to enable testing for developers using newer OpenFaaS versions.

rgee0 commented 6 years ago

Derek close: Addressed in #69