You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Preliminaries

Create two IAM accounts: an admin to set up and modify the network using the shrineNetworkLifecycle command line tool, and one for the hub tomcat process to use to send and receive messages. That admin account will need : TODO - and how to do it

Configure the Hub

In tomcat's shrine.conf in the hub, turn off the in-tomcat messaging by setting shrine.hub.messagequeue.blockingWebApi.enabled to it's default false value by removing it from the hub block:



shrine.conf
shrine {
...
  hub {
    create = true
  }//hub
...
}//shrine


Configure shrineNetworkLifecycle

The shrineNetworkLifecycle needs some additional configuration to use the AWS admin account. In 


network.conf



  • No labels