Skip to content

Releases: vfarcic/docker-flow-proxy

SERVICE_DOMAIN_ALGO

14 Jul 19:30
Compare
Choose a tag to compare

A new environment variable SERVICE_DOMAIN_ALGO was added. It defines the default algorithm to be used with domain ACLs. Please visit Environment Variables documentation section for more info.

serviceDomainAlgo

13 Jul 20:26
Compare
Choose a tag to compare

The algorithm used to create domain related ACLs can now be customized using the parameter serviceDomainAlgo. Please consult HTTP Mode Query Parameters for more info.

serviceDomainMatchAll parameter is deprecated. Backward compatibility will be maintained for six months. Please set serviceDomainAlgo to hdr_dom(host) instead.

denyHttp

08 Jul 22:26
Compare
Choose a tag to compare

New parameter denyHttp was added. If set to true, any HTTP (non-HTTPS) request will be denied. Please consult HTTP Mode Query Parameters for more info.

CAPTURE_REQUEST_HEADER

08 Jul 16:03
Compare
Choose a tag to compare

A new environment variable CAPTURE_REQUEST_HEADER was added. Please consult Environment Variables for more information.

allowedMethods and deniedMethods parameters

07 Jul 09:39
Compare
Choose a tag to compare

allowedMethods and deniedMethods were added to HTTP Mode Query Parameters. They can be used to define which HTTP methods are allowed or denied.

serviceHeader

22 Jun 00:45
Compare
Choose a tag to compare

New parameter serviceHeader was added. It can be used to filter requests by headers. For more info, please consult serviceHeader parameter in HTTP Mode Query Parameters documentation section.

Indexed serviceDomain

20 Jun 00:05
Compare
Choose a tag to compare

serviceDomain parameter can now be indexed in the same way as, for example, port.

ignoreAuthorization

27 May 21:42
Compare
Choose a tag to compare

A new parameter ignoreAuthorization has been added. It can be used in cases when one of the service destinations should ignore authorization configured for the service.

For more info, please visit General HTTP Query Parameters section of the documentation.

Added `backendExtra` reconfigure parameter

20 May 21:06
Compare
Choose a tag to compare

Decoupled templateBePath and templateFePath parameters so that each can be used independently of the other. Please consult HTTP Mode HTTP Query Parameters for more info.

Added backendExtra parameter. Please consult General HTTP Query Parameters for more info.

Configuration template path

16 May 12:32
Compare
Choose a tag to compare

Added the environment variable CFG_TEMPLATE_PATH that allows the change of the path of the configuration template.

For more info, please visit the Environment Variables section of the documentation.