it's known that when we uses a distributed WSO2 API Manager setup it is necessary uses 3 databases like:
When we use a standalone setup we have 2 datasources:
- WSO2_CARBON_DB (The datasource used for registry and user manager)
- WSO2AM_DB (The datasource used for API Manager database)
1 Question: If WSO2_CARBON_DB is substuited by REGDB and USERDB, can I remove the datasource WSO2_CARBON_DB from master-datasources.xml?
2 Question: If I use LDAP , is it necessary create the USERDB?
Thanks!