galderz commented on issue #1269: URL: https://github.com/apache/camel-quarkus/issues/1269#issuecomment-635405568
Ah I see, that would explain. I think Quarkus security config is missing but not only is the [docu](https://quarkus.io/guides/security) inconsistent, none of the properties work. Both `quarkus.security.users.security-providers` and `quarkus.security.security-providers` throw warnings: ``` 16:53:01,100 WARN [io.qua.config] Unrecognized configuration key "quarkus.security.users.security-providers" was provided; it will be ignored ``` ``` 15:37:55,313 WARN [io.qua.config] Unrecognized configuration key "quarkus.security.security-providers" was provided; it will be ignored ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org