Aaron Chartier
Aaron Chartier
I would have to agree, I am just getting back to this now and @chimurai I have to say this is great work on this module. I found it easier...
@gusfcarvalho - Honestly I am not sure, I just noticed it worked but I can double check this morning to see if the secret is re-created on every sync cycle...
@gusfcarvalho - So I have it configured with a the following refresh time `refreshInterval: "15s"` and I let it generate a secret and it produced the following ```yaml metadata: annotations:...
Same issue with 4.9. Just wanted to add that in.
Looking forward to this.
On the topic of examples, With regards to the blog example should it not be setting a hostname in vulcand to whatever is passed in as the ingress host? I...
@cescoferraro Thanks for the response, I also encountered all the same issues you did with the examples. But what I was actually getting at is that running the blog example...
Hmm. So in your case what does a curl to vulcand `v2/frontends` show you for the blogs `route` or `settings.hostname`? Is it actually populated?
See for some reason mine are empty. Ingress is on and working correctly as far as I can tell. ``` { "BackendId": "default.news-blog.web", "Id": "default.news-blog.web", "Route": "PathRegexp(`.*`)", "Settings": { "FailoverPredicate":...