-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added internal SSL listener test #1017
Conversation
53ec398
to
50ecf33
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm at first glance
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM at a glance.
tests/e2e/kafka.go
Outdated
templateParameters := map[string]interface{}{ | ||
"Name": userName, | ||
"Namespace": kubectlOptions.Namespace, | ||
} | ||
if tlsSecretName != "" { | ||
templateParameters["TLSSecretName"] = tlsSecretName | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: In the future we might want to extract these into a kafkaUser(userName, namespace, optionalTLSSecretName string) (KafkaUser, error)
function, looks reusable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, fair, I'll add it to the internal refactor ticket if that is okay.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure
Description
Added SSL support for internal listener E2E tests.
Type of Change
Checklist