You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/05/09 10:45:42 UTC

[GitHub] [apisix-dashboard] topzyh opened a new issue, #2449: Add a IPv

topzyh opened a new issue, #2449:
URL: https://github.com/apache/apisix-dashboard/issues/2449

   ### Issue description
   
   When I add a IPv6 address in upstream nodes->host,
   report an error:  
   schema validate failed: nodes: Must validate at least one schema (anyOf) nodes.0.host: Does not match pattern '^\*?[0-9a-zA-Z-._]+$'
   
   ### Expected behavior
   
   My server IP is a IPv6 address, I need add it
   
   ### How to Reproduce
   
   Add a IPv6 Address in upstream nodes->host,
   such as:
   `{
     "nodes": [
       {
         "host": "2409:1000:1::1003",
         "port": 20000,
         "weight": 10
       },
       …
     ],
     …
   }`
   
   ### Screenshots
   
   _No response_
   
   ### Environment
   
   - apisix-dashboard version: 2.11.0
   
   
   
   ### Additional context
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-dashboard] topzyh commented on issue #2449: Add a IPv6 address in upstream nodes->host failed

Posted by GitBox <gi...@apache.org>.
topzyh commented on issue #2449:
URL: https://github.com/apache/apisix-dashboard/issues/2449#issuecomment-1121817477

   thanks,
   can apisix-dashboard support it ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-dashboard] jwrookie commented on issue #2449: Add a IPv6 address in upstream nodes->host failed

Posted by GitBox <gi...@apache.org>.
jwrookie commented on issue #2449:
URL: https://github.com/apache/apisix-dashboard/issues/2449#issuecomment-1121870863

   `apisix-dashboard` can support it  just using a new `JSON schema`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-dashboard] Baoyuantop commented on issue #2449: Add a IPv6 address in upstream nodes->host failed

Posted by "Baoyuantop (via GitHub)" <gi...@apache.org>.
Baoyuantop commented on issue #2449:
URL: https://github.com/apache/apisix-dashboard/issues/2449#issuecomment-1447500482

   Our Host should support IPV6 input.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-dashboard] Baoyuantop closed issue #2449: Add a IPv6 address in upstream nodes->host failed

Posted by "Baoyuantop (via GitHub)" <gi...@apache.org>.
Baoyuantop closed issue #2449: Add a IPv6 address in upstream nodes->host failed
URL: https://github.com/apache/apisix-dashboard/issues/2449


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-dashboard] jwrookie commented on issue #2449: Add a IPv6 address in upstream nodes->host failed

Posted by GitBox <gi...@apache.org>.
jwrookie commented on issue #2449:
URL: https://github.com/apache/apisix-dashboard/issues/2449#issuecomment-1121268188

   @topzyh  Hi, it not a bug, just not support now
   The good news is that it has been implemented as a new feature and we can support it in the next release 
   More detail see: https://github.com/apache/apisix/pull/6908


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org