We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just investigate if that is possible.
The text was updated successfully, but these errors were encountered:
I investigated if this is possible and yes, it is.
https://github.com/bf2fc6cc711aee1a0c2a/cli/blob/1861ac5efa8b8bc91cd77c101a0fcc30d8544c4e/pkg/sdk/kafka/topics/topics.go#L23-L27
A TLS flag can be passed here to allow insecure connections:
dialer := &kafka.Dialer{ Timeout: 100 * time.Second, DualStack: true, // #nosec 402 TLS: &tls.Config{ InsecureSkipVerify: insecure, }, }
Sorry, something went wrong.
Adding rhoas kafka topic sticky unsecure flag would be amazing and allow us to work with production backend
rhoas kafka topic
Yes, and I tried using Cobra persistent flags to achieve this but they did not behave as I expected them to.
Successfully merging a pull request may close this issue.
Just investigate if that is possible.
The text was updated successfully, but these errors were encountered: