Phil Calouche
Phil Calouche
I had this at one point, but it didn't make a difference from what I could tell. Basic auth with something like `@PreAuthorize("hasRole('ADMIN')")` works fine with out this two, which...
Btw. I updated the original post with a sample repo that demonstrates this. This is the repo https://github.com/pcalouche/grpc-starter.
My apologies. It should be public now.
@jvmlet The changes in `4.9.1-SNAPSHOT` worked for me. Thank you so much for addressing this issue.
> It seems to me that the valid workaround is setting env var `SQS_ENDPOINT_STRATEGY` to `dynamic`. in that case the resulting queue URL has the correct port. @musketyr you're a...
I would love to see this implemented to. The workaround I found was not fail the change set if there was an error. Better than nothing. ```xml {firstName: 1} {firstName:...