How to use new CIB seven Webapps in a springboot project #9
Replies: 2 comments 14 replies
|
I was able to enable this by reading Camunda Run source code and configurations of CIBSeven Run. Had to create a new Filter to add "org.cibseven.bpm.engine.rest.security.auth.impl.CompositeAuthenticationProvider" filter , cibseven.webclient configurations and had to create cibseven-webclient.properties . One thing still does not feel good to me for dockerised environment . Seems like we need to create cibseven-webclient.properties/cibseven-webclient.yaml via some shell script while starting the docker container. For security reasons, it will prefer to read it via env variables. Let me try if that is possible ? cibseven:
webclient:
# Token generation
authentication:
jwtSecret: |
|
I have raised two issues I observed in my setup . |
Uh oh!
There was an error while loading. Please reload this page.
I have added following dependency in my springboot project but new webapps does not seem available. I can see the classic camunda webapps.
I downloaded CIBSeven Tomcat version and it opens new webapps but default. Is there some extra setup required for it to work?
It tried this url and see a white screen only.
http://localhost:8080/webapp/#/seven/auth/start
I assume some extra setup is required for this to work. Please let me know if someone knows the steps/documentation.
Thanks a lot.
All reactions