Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Message broker URL: Specify the message broker URL using the property activemq.broker.url.
    This URL is used to specify the host and port information for the message broker.
    (TODO: move this information to another service that can be used to retrieve such dependencies)
  2. SSL/TLS: YOUnite uses self signed certificates for enabling SSL/TLS between YOUnite API service and YOUnite Adaptors. Since these certificates are being used only for enabling SSL/TLS encryption nothing else needs to be done for enabling SSL/TLS.
  3. Adapter Uuid: This uniquely identifies an Adaptor in the YOUnite system and is assigned at the time of creating or posting the Adaptor. Specify the adaptor Uuid using the property younite.adaptor.uuid.
  4. Oauth Server URL: Specify the Oauth server URL using the property oauth.authorization.server.url.
  5. Oauth Client Id: Specify Oauth client Id (may not be the same as the Adaptor Uuid), using the property oauth.client.client-id.
  6. Oauth Client secret: Specify Oauth Client secret, using the property oauth.client.client-secret.

...