Skip to content

Commit

Permalink
Added top level security protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
psav committed Jan 30, 2023
1 parent 811f8bb commit 195d14d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pkg/api/v1/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@
"type": "string"
},
"securityProtocol": {
"description": "Deprecated: Use the top level securityProtocol field instead",
"type": "string"
},
"saslMechanism": {
Expand Down Expand Up @@ -227,6 +228,9 @@
},
"sasl": {
"$ref": "#/definitions/KafkaSASLConfig"
},
"securityProtocol": {
"type": "string"
}
},
"required": [
Expand Down
5 changes: 4 additions & 1 deletion pkg/api/v1/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 195d14d

Please sign in to comment.