Peter Luttrell

Results 22 comments of Peter Luttrell

I'm not sure what the best way to detect it would be. Spring's starter might provide some clues. Perhaps the presence of an `org.springframework.security.authentication.ReactiveAuthenticationManager`? Regarding having both, I believe that...

A [Micrometer PR](https://github.com/micrometer-metrics/micrometer/issues/3222) has been added to enable customization of the classes in Micrometer itself. For this PR (in this starter repo), I'm hoping we can add configurable Spring Boot...

@ST-DDT Thanks for responding. We need to setup/wire/configure the server to do step #3, so we're looking for info/docs/examples on how to configure the service with what the starter provides....

@ST-DDT Thanks for getting back to us. The [AuthenticatingServerInterceptor](https://github.com/yidongnan/grpc-spring-boot-starter/blob/master/grpc-server-spring-boot-autoconfigure/src/main/java/net/devh/boot/grpc/server/security/interceptors/AuthenticatingServerInterceptor.java) uses the `SecurityContextHolder.getContext().setAuthentication(authentication)` to set the `Authentication` in Spring Security. For Reactive Spring Security, we believe that `ReactiveSecurityContextHolder` should be used...

A [Micrometer PR](https://github.com/micrometer-metrics/micrometer/issues/3222) has been added to enable customization of the classes in Micrometer itself. For this PR (in this starter repo), I'm hoping we can add configurable Spring Boot...

A [Micrometer PR](https://github.com/micrometer-metrics/micrometer/issues/3223) has been added to enable customization of the classes in Micrometer itself. I'm hoping that whatever types are added there can be exposed as beans or customizers...

Nope, I'm concerned with the container service actually listening. If someone has `@SqsListener` on a method, they're expecting that the container is listening for messages and delivering them to the...

Interesting challenge. Since Kops will fail to build a working k8s environment if one manually specifies an incompatible zone or it's automatically determined, I think that problem is separate and...

/remove-lifecycle stale /lifecycle frozen