RegistryAuthScheme
The scheme used to authenticate to the schema registry.
Possible Values
Auto, None, Basic, SSLCertificateData Type
string
Default Value
"Auto"
Remarks
The schemes are as follows. Note that some schemes are only available when connecting to a specific RegistryService:
Auto | Lets the driver decide automatically based on the other connection properties you have set. |
None | No authentication will be used. |
Basic | RegistryUser and RegistryPassword are used. In Confluent these are the API user/password, while in Glue these are the IAM access key/secret key. |
SSLCertificate | RegistryClientCert is used with SSL client authentication. This is only supported when connecting to a Confluent registry. |