In this article:
Table of Contents | |||||||
---|---|---|---|---|---|---|---|
|
Overview
You can use this account type to connect Kafka Snaps with data sources that use the Kafka OAuth2 account.
...
A registered OAuth application in the Confluent portal with appropriate permissions.:
Client ID
Client secret
OAuth2 token endpoint
Scope
Limitations and Known Issues
None.
Account Settings
...
Info |
---|
|
Field Name | Field Type | Field Dependency | Description | |
---|---|---|---|---|
Label*
Default Value: Kafka OAuth2 Account | String | None | Specify a unique label for the account.
| |
Bootstrap |
servers* | Use this field |
to |
specify the initial list of Kafka broker addresses for a Kafka client to connect to during its initial bootstrap process. | |||
Bootstrap server
Default Value: N/A |
localhost:9092 | String/Expression | None | Specify the host:port pairs to |
establish the initial connection to the Kafka cluster. | |
Schema |
registry URL
Default Value: N/A | String/Expression | None | Specify the schema registry server URL. | |
Advanced Kafka |
properties | Use this field set to specify any additional Kafka properties for connecting to the Kafka server that are not |
specifically provided in the Confluent Kafka Snaps. | |||
Key
Default Value: N/A |
max.message.size | String/Expression | None | Specify the key for any Kafka parameters that are not |
specifically supported by the Snaps. |
Value
Default Value: N/A |
5 MB | String/Expression/Integer | None | Specify the value for the corresponding key that is not |
specifically supported by the Snaps. | |
Security |
protocol
Default Value: SASL_PLAINTEXT | String/Expression/Suggestion | None | Select the security protocol from the |
dropdown list. The available options are:
| ||||
Keystore filepath
Default Value: N/A | String/Expression | Appears when the Security protocol is SASL_SSL | Specify the keystore file location of the client. | |
Keystore file password
Default Value: N/A | String/Expression | Appears when the Security protocol is SASL_SSL | Specify the keystore password to access the keystore file of the client. | |
SSL key password
|
Default Value: N/A | String/Expression | Appears when the Security protocol is SASL_SSL | Specify the SSL key password. | |
Truststore filepath
Default Value: N/A | String/Expression | Appears when the Security protocol is SASL_SSL | Specify the truststore file location of the client. | |
Truststore password
Default Value: N/A | String/Expression | Appears when the Security protocol is SASL_SSL | Specify the password to access the truststore file, if used. | |
Client ID*
Default Value: |
N/A |
8231b8a-jbc8-128-73ce-d021j2b279c8 | String | None | Specify the client |
ID created during the application registration process. This ID enables the application to log in to an identity provisioning program, such as Azure Active Directory. The application ID, also known as the client ID, uniquely identifies your application. Learn more about the application configuration process in the Azure portal. | |
Client secret*
Default value: N/A |
value is encrypted | String | None | Specify the |
client secret, which your application uses to securely acquire the tokens. The client secret can be created by following the steps of the application provider. | |||
Scope Default Value: N/A | String/Expression | None |
Specify the scope to provide a way to manage permissions to protected resources, such as your web API. Learn more about how to set up OAuth2 credentials in the Azure portal. | |
OAuth2 token endpoint*
Default value: N/A Example: https://login.microsoftonline.com/ |
2060acfg-89d9-423d-9514-eac46338ec05/oauth2/v2.0/token | String/Expression
| None | Specify the token endpoint to get the access token. |
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Related
...
Content
Add label