You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: replace original Authentication header after HaProxy auth (#33)
* feat: replace original authentication header after HaProxy auth
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* reverted changes for haproxy.cfg.template
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
* renamed header from `X-Original-Authentication` to `X-Original-Authorization`
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
---------
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Co-authored-by: Alexander Piskun <13381981+bigcat88@users.noreply.github.com>
Support for `NC_HAPROXY_PASSWORD_FILE` env variable (#26)
* add support for `NC_HAPROXY_PASSWORD_FILE` env variable
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
* not create the "haproxy.cfg" each time. replaced the "insecure password" with "password"
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
---------
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>