-
Notifications
You must be signed in to change notification settings - Fork 10
ingress
Anker Tsaur edited this page Jul 22, 2021
·
4 revisions
# parent: titanSideCars.ingress
tokenCheck: bool
accessPolicy: IngressAccessPolicy
routes: []IngressRoute
(bool, default false) Controls token validation. If set to true, token validation is performed on all incoming requests. Token validation can be skipped on a per route basis. If set to false, token validation is skipped by default unless enabled for specific requests on a per route basis.
(IngressAccessPolicy, optional) Configures the default access check behaviour for all incoming requests
([]IngressRoute, optional)