Skip to content

Commit

Permalink
Cleanup of unused files and config
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Kondaka <[email protected]>
  • Loading branch information
Krishna Kondaka committed Jul 31, 2023
1 parent 69e4b7a commit e704320
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 342 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ public class PlainTextAuthConfig {
@JsonProperty("password")
private String password;

@JsonProperty("security_protocol")
private String securityProtocol;

public String getSecurityProtocol() {
return securityProtocol;
}

public String getUsername() {
return username;
}
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ log-pipeline:
sasl:
aws_msk_iam: role
plaintext:
security_protocol: SASL_SSL
username: 5UH4NID4OENKDIBI
password: jCmncn77F9asfox3yhgZLCEwQ5fx8pKiXnszMqdt0y1GLrdZO1V1iz95aIe1UubX
oauth:
Expand Down

0 comments on commit e704320

Please sign in to comment.