3

In the multi-tenanted environment (create and work with tenants), Registry Database is required to share the information in this database between the Gateway and Key Manager components.

So in the above line Which information need to be shared and where it need to be shared?

Abimaran Kugathasan
  • 31,165
  • 11
  • 75
  • 105
siddhartha
  • 51
  • 1

2 Answers2

0

There is no special DB configurations for Multi-tenancy, Tenant related information will be stored in same DBs. And when you are clustering APIM you need to share databases among the nodes irrespective of tenant usage. You can refer this guide for clustering.

ycr
  • 12,828
  • 2
  • 25
  • 45
0

What is basically says is you need to do step 8.c and 11 in Installing and configuring the databases section in API Manager clustering guide for gateway and keymanager nodes as well.

Bee
  • 12,251
  • 11
  • 46
  • 73