RegistryAuthScheme
Specifies the authentication scheme that the provider uses when connecting to the schema registry.
Possible Values
None, Basic, SSLCertificateData Type
string
Default Value
"None"
Remarks
The following authentication schemes are supported. Some schemes are available only for specific registry services, depending on the capabilities of the configured RegistryService.
| Value | Description |
| None | No authentication is used when connecting to the schema registry. |
| Basic | The provider uses RegistryUser and RegistryPassword. For Confluent Schema Registry, these values correspond to the API key and secret. For AWS Glue Schema Registry, these are the IAM access key and secret key. |
| SSLCertificate | The provider authenticates using RegistryClientCert using SSL client authentication. This option is supported only when connecting to a Confluent registry. |