Skip to content

Commit

Permalink
update options yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmatz committed Sep 3, 2024
1 parent 39318f8 commit e33e511
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/connector/with_options_sink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -377,14 +377,26 @@ KafkaConfig:
field_type: String
comments: Path to CA certificate file for verifying the broker's key.
required: false
- name: properties.ssl.ca.pem
field_type: String
comments: CA certificate string (PEM format) for verifying the broker's key.
required: false
- name: properties.ssl.certificate.location
field_type: String
comments: Path to client's certificate file (PEM).
required: false
- name: properties.ssl.certificate.pem
field_type: String
comments: Client's public key string (PEM format) used for authentication.
required: false
- name: properties.ssl.key.location
field_type: String
comments: Path to client's private key file (PEM).
required: false
- name: properties.ssl.key.pem
field_type: String
comments: Client's private key string (PEM format) used for authentication.
required: false
- name: properties.ssl.key.password
field_type: String
comments: Passphrase of client's private key.
Expand Down
12 changes: 12 additions & 0 deletions src/connector/with_options_source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,14 +199,26 @@ KafkaProperties:
field_type: String
comments: Path to CA certificate file for verifying the broker's key.
required: false
- name: properties.ssl.ca.pem
field_type: String
comments: CA certificate string (PEM format) for verifying the broker's key.
required: false
- name: properties.ssl.certificate.location
field_type: String
comments: Path to client's certificate file (PEM).
required: false
- name: properties.ssl.certificate.pem
field_type: String
comments: Client's public key string (PEM format) used for authentication.
required: false
- name: properties.ssl.key.location
field_type: String
comments: Path to client's private key file (PEM).
required: false
- name: properties.ssl.key.pem
field_type: String
comments: Client's private key string (PEM format) used for authentication.
required: false
- name: properties.ssl.key.password
field_type: String
comments: Passphrase of client's private key.
Expand Down

0 comments on commit e33e511

Please sign in to comment.