Versions Compared

Key

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

Table of Contents

What is SDC Context Builder?

POMBA Architecture#SDCContextBuilder

Configuration

Configuration of the SDC Context Builder is done via config/application.properties (TODO: to be updated when SDC Context Builder can be installed by OOM)

Code Block
titleSDC Connection
 #Application properties
 sdcConnect.username=<username for connecting to SDC>
 sdcConnect.password=<password for connecting to SDC>
 sdcConnect.consumerID=<consumer ID for connecting to SDC>
 sdcConnect.sdcAddress=<IP address and port for connecting to SDC>
Code Block
titleProvide basic authorization
  # HTTP Basic Authorization credentials for Rest Service API
  http.userId=<username for basic authorization>
  http.password=<password for basic authorization>