Skip to content

Latest commit

 

History

History
47 lines (44 loc) · 3.79 KB

File metadata and controls

47 lines (44 loc) · 3.79 KB
title ApisixConsumer/v2
keywords
APISIX ingress
Apache APISIX
ApisixConsumer
description Reference for ApisixConsumer/v2 custom Kubernetes resource.

Spec

See the definition on GitHub.

Field Type Description
description string Description of the consumer
authParameter object Configuration of one of the available authentication plugins.
authParameter.basicAuth.value object Plugin configuration for basic-auth plugin
authParameter.basicAuth.secretRef.name string You can store plugin configuration in Kubernetes secret and reference here with the secret name
authParameter.keyAuth.value object Plugin configuration for key-auth plugin
authParameter.keyAuth.secretRef.name string You can store plugin configuration in Kubernetes secret and reference here with the secret name.
authParameter.jwtAuth.value object Plugin configuration for jwt-auth plugin
authParameter.jwtAuth.secretRef.name string You can store plugin configuration in Kubernetes secret and reference here with the secret name.
authParameter.wolfRBAC.value object Plugin configuration for wolf-rbac plugin
authParameter.wolfRBAC.secretRef.name string You can store plugin configuration in Kubernetes secret and reference here with the secret name.
authParameter.hmacAuth.value object Plugin configuration for hmac-auth plugin
authParameter.hmacAuth.secretRef.name string You can store plugin configuration in Kubernetes secret and reference here with the secret name.
authParameter.ldapAuth.value object Plugin configuration for ldap-auth plugin
authParameter.ldapAuth.secretRef.name string You can store plugin configuration in Kubernetes secret and reference here with the secret name.