Skip to content
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

iox-sql: IPv6 address parser defect #11

Open
lmangani opened this issue Sep 18, 2023 · 0 comments
Open

iox-sql: IPv6 address parser defect #11

lmangani opened this issue Sep 18, 2023 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@lmangani
Copy link
Collaborator

The current implementation of the iox sql dataSourceName parameter doesn't support parsing IPv6 addresses with ports.
When a domain resolving to an IPv6 address is used the function works as expected, confirming underlying IPv6 works fine.

Opening this issue to track and provide a fix.

Example

When configuring an IPv6 address

  dataSourceName: "iox://[xxxx:yyyy:1:::zzzz]:8082/company_sensors?secure=false",
"transport: Error while dialing dial tcp: address xxxx:yyyy:1:::zzzz:8082: too many colons in address"
@lmangani lmangani added bug Something isn't working help wanted Extra attention is needed labels Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant