Jamil
Jamil
> Maybe this should be in the Windows smoke test too? The issue with testing the other clients is that `docker` isn't available on those GH runners :-( There are...
I think we can save further DNS tests for another PR, marking this as done (feel free to reopen otherwise)
Test flakiness is fixed in #3676
Hit this just now. Took a stab at fixing it but it wasn't straightforward so will defer the fix to @AndrewDryga
Time to make this happen :-) ### Todo: - [ ] portal: - [ ] part of Team plan - [ ] Allow editing existing Resources' traffic filters on Starter...
Edge case with DNS Resources: If DNS resources map to the same IP and you want to allow access to port 80 but not port 8080 for a User, this...
Possible solution? (involves lots of refactoring though): `github.com:80` -> `142.0.0.1` `gitlab.com:443` -> `142.0.0.1` 1. client queries `github.com` 2. receives `100.96.0.1` 3. application sends traffic from `100.100.0.1:40000` to `100.96.0.1:80` 4. client...
@conectado Yeah actually, thinking more about it, I'm not sure I'm right about the user expectation on this one. I think we should get it out there and get feedback...
Adding note here after discussing with @conectado -- This would be required if we were to do the filtering on the Client as well, which we can save for later...
> @AndrewDryga I just realized that now we can get some filters with messages "all", does it still mean that empty filters means allow all or allow none? It should...