Create custom annotation for satisfy "value"
This commit is contained in:
parent
784d57ea69
commit
ec04852526
9 changed files with 249 additions and 0 deletions
|
|
@ -308,6 +308,8 @@ type Location struct {
|
|||
// ModSecurity allows to enable and configure modsecurity
|
||||
// +optional
|
||||
ModSecurity modsecurity.Config `json:"modsecurity"`
|
||||
// Satisfy dictates allow access if any or all is set
|
||||
Satisfy string `json:"satisfy"`
|
||||
}
|
||||
|
||||
// SSLPassthroughBackend describes a SSL upstream server configured
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue