ApisixConsumer/v2
#
SpecSee the definition on GitHub.
Field | Type | Description |
---|---|---|
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. |