frankkoornstra opened a new issue, #1881:
URL: https://github.com/apache/apisix-ingress-controller/issues/1881

   ### Description
   
   When a route gets created from the [Kubernetes 
resource](https://apisix.apache.org/docs/ingress-controller/references/apisix_route_v2beta3/)
 there's no way to create the id deterministically (by providing a route_id for 
example) or to even get the id from the status of the resource; only when I log 
in to the dashboard, I can get the route id.
   
   I need the route id to be able to programmatically create consumers that I 
want to restrict to a route with consumer-restrict through the Admin API . Also 
I need it to analyze my reported traffic in a completely different service.
   
   I would be very happy if we could determine the id beforehand with an 
optional route_id in the spec. If that's not possible, could the id be returned 
in the status of the k8s resource?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to