gabriel-farache opened a new issue, #436: URL: https://github.com/apache/incubator-kie-kogito-serverless-operator/issues/436
### Description In order to ease the security settings of workflows, setting the [quarkus.http.auth.permission](https://quarkus.io/version/3.8/guides/all-config#quarkus-vertx-http_quarkus-http-auth-permission-permissions-enabled) and [quarkus.http.auth.policy](https://quarkus.io/version/3.8/guides/all-config#quarkus-vertx-http_quarkus-http-auth-policy-role-policy-roles-allowed) properties at runtime (once the runtime will be using a quarkus version allowing it) in the `sonataflowplatforms` CR and then have those properties propagated to all running workflows (via `props` or `managed` configmap) would be of great help. Same applied for [quarkus.oidc](https://quarkus.io/version/3.8/guides/all-config#quarkus-oidc_quarkus-oidc-auth-server-url) properties in order to only setup the provider connection once. Need to consider [quarkus.oidc.credentials.secret](https://quarkus.io/version/3.8/guides/all-config#quarkus-oidc_quarkus-oidc-credentials-secret), which should be in a secret and not a configmap but nonetheless provided to the workflows. In addition, the Data Index having (at least) the `/graphql` exposing information about the workflows, it shall also be protected, so having a separation between properties for the DataIndex and the Workflows is needed. For the provider, the clients may not be the same, so same applies. ### Implementation ideas _No response_ -- 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]
