Added Global External Authentication settings to configmap parameters incl. addons
This commit is contained in:
parent
b4f2880ee6
commit
8cc9afe8ee
20 changed files with 819 additions and 72 deletions
3
internal/ingress/types.go
Normal file → Executable file
3
internal/ingress/types.go
Normal file → Executable file
|
|
@ -246,6 +246,9 @@ type Location struct {
|
|||
// authentication using an external provider
|
||||
// +optional
|
||||
ExternalAuth authreq.Config `json:"externalAuth,omitempty"`
|
||||
// EnableGlobalAuth indicates if the access to this location requires
|
||||
// authentication using an external provider defined in controller's config
|
||||
EnableGlobalAuth bool `json:"enableGlobalAuth"`
|
||||
// HTTP2PushPreload allows to configure the HTTP2 Push Preload from backend
|
||||
// original location.
|
||||
// +optional
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue