Braunson
Braunson
Correct ya. So here's a usecase, I want to restrict epinio apps with istio so they can't talk internally with other things on the cluster. In istio you'd use a...
@andreas-kupries Correct, the specific policy I'm talking about is egress rules on sidecars which use the `namespace/hostname` pattern for matching: https://istio.io/latest/docs/reference/config/networking/sidecar/#IstioEgressListener I still think it is useful to have more...
@enrichman these are good questions and now that you mention it, I would like to be able to restrict it. For instance I don't want any ingress or load balancer...
I can see how that would be difficult but it's also hard to guess what all the possible options a user would want. For example a user might want to...
Sure that's fine. I just figured this is the main thing that is called out in the docs as being an insecure default that Epinio installs with. Having the option...
Spring Boot is the one I'm thinking of. It does support a path for variables but I don't think it would be entirely supported as the path is part of...
Hey so I took at look at this yesterday. The usually method would be to encode the redirect URL in the `state` parameter in OAuth requests. However you do not...
@trinaths ```terraform resource "bigip_command" "create_partition" { commands = ["create auth partition ${var.partition_name} default-route-domain 0"] when = "apply" } ``` This is a temporary workaround: ```terraform resource "bigip_command" "create_partition" { commands...
> but I'm guessing that you just happened to pick example for both and in the real case example_foo would belong to a different provider than provider "example" is configuring....
@johndavidlugtu it's annoying and confusing. It appears as if the button needs to be pressed to update the Mattermost version. I will not be upgrading my license and the buttons...