Nicolas Massé

Results 14 comments of Nicolas Massé

Hi @dhiemaz, Microcks is tightly coupled with Keycloak: namely Keycloak is the component that handles authentication and access control on Microcks. But, do not worry, it's a technical component that...

If you want, I can handle this task. 😊

Good point. Seems legit ! 👍

I believe the periodicity for the import jobs is set to two hours. Did you wait enough time for the scheduled jobs to happen ?

Unfortunately, the periodicity is hardcoded in the [ImportServiceDefinitionTask class](https://github.com/microcks/microcks/blob/2e982996d4be02e88213185a8f0a4f6916070ab9/src/main/java/io/github/microcks/task/ImportServiceDefinitionTask.java#L72). I don't know if it's easy or not to make this configurable. @lbroudoux maybe you have some insights ?

According to the [spring boot documentation](https://docs.spring.io/spring/docs/current/spring-framework-reference/integration.html#scheduling-trigger-implementations), we could programmatically define the cron job based on a cron expression set by the administrator in the microcks configuration: ```java scheduler.schedule(task, new CronTrigger("0...

Hello, I would be interested in contributing to this topic, either writing or proofreading !

Here is the plan I had in my mind : ## 1 : setup your development environment and hello world - install required software - build apicast - configure apicast...

Hi @mikz ! This custom extension also needs to modify the nginx config file: https://github.com/nmasse-itix/apicast-dynamic-router