ingress-nginx-helm/internal/ingress/controller
Christian Groschupp 1f4ee0e235
feat: add annotation to allow to add custom response headers (#9742)
* add custom headers

Signed-off-by: Christian Groschupp <christian@groschupp.org>

* add tests

Signed-off-by: Christian Groschupp <christian@groschupp.org>

* add docs

* update copyright

* change comments

* add e2e test customheaders

* add custom headers validation

* remove escapeLiteralDollar filter

* validate value in custom headers

* add regex for header value

* fix annotation test

* Revert "remove escapeLiteralDollar filter"

This reverts commit ab48392b60dee4ce146a4c17e046849f9633c7fb.

* add annotationConfig

* fix test

* fix golangci-lint findings

* fix: add missung exp module

---------

Signed-off-by: Christian Groschupp <christian@groschupp.org>
2024-04-09 03:25:22 -07:00
..
config feat: add annotation to allow to add custom response headers (#9742) 2024-04-09 03:25:22 -07:00
ingressclass Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00
process Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00
store golangci-lint update, ci cleanup, group dependabot updates (#11071) 2024-03-07 02:39:53 -08:00
template feat: add annotation to allow to add custom response headers (#9742) 2024-04-09 03:25:22 -07:00
certificate.go Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00
checker.go Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00
checker_test.go golangci-lint update, ci cleanup, group dependabot updates (#11071) 2024-03-07 02:39:53 -08:00
controller.go feat: add annotation to allow to add custom response headers (#9742) 2024-04-09 03:25:22 -07:00
controller_test.go golangci-lint update, ci cleanup, group dependabot updates (#11071) 2024-03-07 02:39:53 -08:00
endpointslices.go Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00
endpointslices_test.go Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00
location.go golangci-lint update, ci cleanup, group dependabot updates (#11071) 2024-03-07 02:39:53 -08:00
nginx.go Controller: Make Leader Election TTL configurable. (#11142) 2024-03-28 06:36:23 -07:00
nginx_test.go golangci-lint update, ci cleanup, group dependabot updates (#11071) 2024-03-07 02:39:53 -08:00
status.go Controller: Make Leader Election TTL configurable. (#11142) 2024-03-28 06:36:23 -07:00
util.go Fix golangci-lint errors (#10196) 2023-08-31 00:36:48 -07:00
util_test.go rename sysctlFSFileMax to rlimitMaxNumFiles to reflect what it actually does 2019-01-15 15:34:17 -05:00