Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

Wrong path to the config file #3

Closed
damianstasik opened this issue Jun 2, 2018 · 1 comment
Closed

Wrong path to the config file #3

damianstasik opened this issue Jun 2, 2018 · 1 comment

Comments

@damianstasik
Copy link

In this section, the path to the config file is: /config/oauth2_proxy.cfg, where the docker-entrypoint.sh is looking for the config in the /conf directory.

if [ ! -f /conf/oauth2_proxy.cfg ]; then

echo "${var}s = [ " >> /conf/oauth2_proxy.cfg

echo " \"${v}\"," >> /conf/oauth2_proxy.cfg

echo "]" >> /conf/oauth2_proxy.cfg

echo "${var} = \"${!env_var}\"" >> /conf/oauth2_proxy.cfg

cat /conf/oauth2_proxy.cfg

Would you be willing to merge the changes if I make PR for this issue?

@jodok
Copy link
Contributor

jodok commented Jun 3, 2018

sure

@jodok jodok closed this as completed in 2804904 Jul 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants