@@ -3137,6 +3137,49 @@ Type: `boolean` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.
31373137
31383138***
31393139
3140+ # ## .spec.gateway.authentication.secret.checksum
3141+
3142+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.48/pkg/apis/shared/v1/object.go#L61)</sup>
3143+
3144+ UID keeps the information about object Checksum
3145+
3146+ ***
3147+
3148+ # ## .spec.gateway.authentication.secret.name
3149+
3150+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.48/pkg/apis/shared/v1/object.go#L52)</sup>
3151+
3152+ Name of the object
3153+
3154+ ***
3155+
3156+ # ## .spec.gateway.authentication.secret.namespace
3157+
3158+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.48/pkg/apis/shared/v1/object.go#L55)</sup>
3159+
3160+ Namespace of the object. Should default to the namespace of the parent object
3161+
3162+ ***
3163+
3164+ # ## .spec.gateway.authentication.secret.uid
3165+
3166+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.48/pkg/apis/shared/v1/object.go#L58)</sup>
3167+
3168+ UID keeps the information about object UID
3169+
3170+ ***
3171+
3172+ # ## .spec.gateway.authentication.type
3173+
3174+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.48/pkg/apis/deployment/v1/deployment_spec_gateway_authentication.go#L51)</sup>
3175+
3176+ Type defines the Authentication Type
3177+
3178+ Possible Values :
3179+ * `"OpenID"` (default) - Configure OpenID Authentication Type
3180+
3181+ ***
3182+
31403183# ## .spec.gateway.cookiesSupport
31413184
31423185Type : ` boolean` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.48/pkg/apis/deployment/v1/deployment_spec_gateway.go#L49)</sup>
@@ -3147,10 +3190,20 @@ Default Value: `true`
31473190
31483191***
31493192
3150- # ## .spec.gateway.defaultTargetAuthentication
3193+ # ## .spec.gateway.createUsers
31513194
31523195Type : ` boolean` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.48/pkg/apis/deployment/v1/deployment_spec_gateway.go#L53)</sup>
31533196
3197+ CreateUsers defines if authenticated users will be created in ArangoDB
3198+
3199+ Default Value : ` false`
3200+
3201+ ***
3202+
3203+ # ## .spec.gateway.defaultTargetAuthentication
3204+
3205+ Type : ` boolean` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.48/pkg/apis/deployment/v1/deployment_spec_gateway.go#L57)</sup>
3206+
31543207DefaultTargetAuthentication defines if default endpoints check authentication via envoy (Cookie and Header based auth)
31553208
31563209Default Value : ` true`
@@ -3190,7 +3243,7 @@ By default, the image is determined by the operator.
31903243
31913244# ## .spec.gateway.timeout
31923245
3193- Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.48/pkg/apis/deployment/v1/deployment_spec_gateway.go#L58 )</sup>
3246+ Type : ` string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.48/pkg/apis/deployment/v1/deployment_spec_gateway.go#L62 )</sup>
31943247
31953248Timeout defines default timeout for the upstream actions (if not overridden)
31963249
0 commit comments