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
The configuration works if I use the absolute path, but if I try to relative path (relative to config.yaml) can't connect to the cluster
If I put the ca.crt to same folder as config.yaml
failed to create cluster admin: failed to setup tls config: open ./ca.crt or failed to create cluster admin: failed to setup tls config: open ca.crt
if I try to use path from home ~
failed to create cluster admin: failed to setup tls config: open ~/.config/kafkactl/ca.crt
Nothing works.
The text was updated successfully, but these errors were encountered:
This is related to #218
Currently, the working dir is not changed by kafkactl. So, relative paths should be relative to whereever you are atm.
This should easily be changed here: https://github.com/deviceinsight/kafkactl/blob/main/internal/global/config.go#L126
By using: https://pkg.go.dev/os#Chdir
Sorry, something went wrong.
687df0d
No branches or pull requests
The configuration works if I use the absolute path, but if I try to relative path (relative to config.yaml) can't connect to the cluster
If I put the ca.crt to same folder as config.yaml
if I try to use path from home ~
Nothing works.
The text was updated successfully, but these errors were encountered: