Skip to content

Tags: powerhome/haproxy-ingress

Tags

v0.7-beta.3

Toggle v0.7-beta.3's commit message
Changelog v0.7-beta.3

v0.7-beta.2

Toggle v0.7-beta.2's commit message
Changelog v0.7-beta.2

v0.7-beta.1

Toggle v0.7-beta.1's commit message
Changelog v0.7-beta.1

v0.7-snapshot.4

Toggle v0.7-snapshot.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request jcmoraisjr#248 from jcmoraisjr/jm-modsec-config

Add ModSecurity agent global config options

v0.6

Toggle v0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request jcmoraisjr#251 from vlaza/release-0.6

added "httponly" for cookie affinity

v0.7-snapshot.3

Toggle v0.7-snapshot.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request jcmoraisjr#228 from jcmoraisjr/jm-ssl-pass-http-port

Add http-port on ssl-passthrough

v0.6-beta.6

Toggle v0.6-beta.6's commit message
Fix SSL redirect if no TLS config is used

Template trust only in the SSLRedirect attribute to configure the redirect itself and the URL rewrite.
So turn SSLRedirect off despite of its original configuration if the server doesn’t have a certificate.

v0.6-beta.5

Toggle v0.6-beta.5's commit message
Override stop signal from upstream image

The upstream image is used to start HAProxy itself as pid1. Its stop signal was changed to SIGUSR1 which does a soft reload. Our pid1 is the controller which only listen SIGTERM (docker stop) and SIGINT (^C).

Changing the stop signal in the container image as a way to document what the controller process is expecting.

v0.6-beta.4

Toggle v0.6-beta.4's commit message
Fix redirect of non TLS hosts

# Conflicts:
#	rootfs/etc/haproxy/template/haproxy.tmpl

v0.7-snapshot.2

Toggle v0.7-snapshot.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request jcmoraisjr#222 from jcmoraisjr/jm-backend-crt

Add client cert auth for backend