pasolid

Results 6 comments of pasolid

Maybe some management button with "Forget instance" functionality. I have similar issue in Kubernetes. I use client discovery to locate all services and their endpoints, but if fo some reason...

> @pasolid That happens because you can't connect to postgres server if no database is specified. We can probably change it so that DBeaver will connect to either of the...

Thanks for the fast reply. I can't put the finger on the exact code which triggers the `SecurityFilterChain` initialization (but removing grpc starter solves the problem - but then I...

I'm guessing that `SecurityFilterChain` is coming from the `SpringBootWebSecurityConfiguration` which is result of `SecurityAutoConfiguration` initialization. Just from debugging, it looks like it is the `DefaultSecurityFilterChain` is created before creating the...

> When I exclude `GrpcServerSecurityAutoConfiguration`, then the `DefaultSecurityFilterChain` is not even created. I will try to identify the exact moment when it is called. I'm wrong. It IS called, but...