-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
operator/ingress: Add Forwarded header policy
This commit implements NE-317. https://issues.redhat.com/browse/NE-317 * operator/v1/types_ingress.go (IngressControllerSpec): Add HTTPHeaders field with the new IngressControllerHTTPHeaders type. (IngressControllerHTTPHeaderPolicy): New type. (AppendHTTPHeaderPolicy, ReplaceHTTPHeaderPolicy, IfNoneHTTPHeaderPolicy) (NeverHTTPHeaderPolicy): New constants. (IngressControllerHTTPForwardedHeaderPolicy): New type. Describe policy for handling the HTTP Forwarded header and related headers, using the new IngressControllerHTTPHeaderPolicy type. (IngressControllerHTTPHeaders): New type. Describe policy for handling HTTP headers. For now, the only field is Forwarded, with the new IngressControllerHTTPForwardedHeaderPolicy type. * operator/v1/0000_50_ingress-operator_00-ingresscontroller.crd.yaml: Regenerate.
- Loading branch information
Showing
2 changed files
with
92 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters