nmirasch commented on issue #1922: URL: https://github.com/apache/incubator-kie-kogito-apps/issues/1922#issuecomment-1823288233
It is happening with whatever container that contains a quarkus application. The thing is that properties are processed in buildtime see https://quarkus.io/guides/all-config#quarkus-vertx-http_quarkus.http.auth.policy.-role-policy-.roles-allowed Those policies added in runtime are not being considered. If it's needed some kind security configuration, you will need to set that at container level. (https://kubernetes.io/docs/concepts/security/) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
