Re: Anubis issue

2021-08-10 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Manoj and Ntando, If I got it, the application.properties should be injected to the Anubis Library (at compile or runtime as spring boot file parameter). https://raw.githubusercontent.com/fintecheando/fineract-cn-anubis-1/develop/library/src/main/resources/application.properties This can b

Re: Fineract CN - Branches (Spring2)

2021-08-10 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Juhan, I have been working on the spring_boot_2 branch (using Java 11) and I can notice that the Provisioner Microservice is not loading some Fineract libraries. I think it is because the changes in the classpath loading in this version. Workin on this, and will come back with some comments

Re: Fineract CN - Branches (Spring2)

2021-08-10 Thread Juhan Aasaru
Hi! Nasser was working on bringing all the repositories to Spring Boot 2 but since it was quite a lot of work then I'm afraid he didn't quite manage to finish with it. The idea behind the separate spring_boot_2 branch was the following: * Since it was a lot of work it couldn't be all done quickly

Re: Anubis issue

2021-08-10 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hi Ntando, Thank you. For the properties names, I will include them. For solving the enableAccountLevelAccessVerification issue I had to add a configuration file (properties or yaml) in the anubis library, just like this https://github.com/fintecheando/fineract-cn-anubis-1/blob/develop/library/s

RE: Anubis issue

2021-08-10 Thread Ntando Mngomezulu
Good morning Victor, The recent changes to Anubis were in order to enable the use of alternative authentication servers. Here is a redacted example of the config map I am using, [cid:image001.png@01D78DC7.523C4990] By setting the enableAccountLevelAccessVerification accordingly, you should res