In a development project, we want separate Security databases for each application on the same MarkLogic server.
Since roles in different applications have the same name, we can't create those in the same Security database.
Is there any way to create and maintain multiple security databases on the same MarkLogic Server to handle multiple application?
Our current approach to create new Security database is as follows:
- Create and attach 'WSK-Security' database to default 'Security' database (/manage/v2/databases/Security/sub-databases)
- Forest creation of 'WSK-Security-1' forest (/manage/v2/forests) 3.'WSK-Security' database attachment with 'WSK-Security-1' forest (/manage/v2/databases/WSK-Security/properties) 4.'WSK-HTTP' setup (/manage/v2/packages). MarkLogic Error while setting default-user=Admin
Manage: ADMIN-NOSUCHUSER: (err:FOER0000) No such user 7071164303237443533
It seems our new database is not working as it should work (Security database). It would be great help if we get any solution/recommendation on this.