Spring boot user/group file

Hello,

I’m trying to get a list of user’s and groups setup in our new spring boot camunda project. The problem is that both settings are ignored in application.properties:
camunda.bpm.init.groups-file=classpath:users/groups.csv
camunda.bpm.init.users-file=classpath:users/users.csv

Are these settings still available to use (they worked previously before migrating to use the spring boot starter)?

I am not aware that such a feature ever existed …

Your correct, i spent a while looking through our chain of parent components and found a camunda plugin that does what I’ve just described, so the issue is with our own code :slight_smile: