Versions Compared

Key

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

...

Key

Description

elm-sync.instance.name

A name for this elm-sync server instance

elm-sync.configuration.cdcm_configuration-url

The URL to access the current CDCM to ELM Sync mapping information, the data from the SQLite object_mapping table.

elm-sync.configuration.cdcm-url

elm-sync.max-number-of-retries

Maximum number of retries for REST calls.

elm-sync.retry-backoff

Number of seconds between retries.

elm-sync.max-numer-of-unique-title-retries

Maximum number of retries for unique dcterms.title for an ELM GCM resource.

server.port

The port for the elm-sync server

server.servlet.context-path

/sandbox, the path for the elm-sync controllers e.g., http://localhost:8080/sandbox/api/v1/objectMappings

...

Key

Description

ibm-elm.api.host

URL of the ELM GCM server to synchronize with

ibm-elm.api.pa-creation-path

Path of the ELM GCM service to create a project area.

ibm-elm.api.pa-get-path

Path of the ELM GCM service to update a configuration.

ibm-elm.api.config-update-path

Path of the ELM GCM service to create a project area.

...

A name for the connection

protected-url-roots

A comma separated list of URI patters to resources protected by this connection configuration

consumer-key

The consumer key for the consumer connection

consumer-secret

The consumer secret for the consumer-key

rootservices

The URL of the root services resource for the ELM application used to establish the consumer inbound connection, usually the roots services URL for the Jazz Team Server for those ELM applications that authentication using JTS.

inbound

Specifies the OAuth1.0a information for incoming REST calls to elm-sync

inbound.relm-name

The relm name for this elm-sync application instance

inbound.auto-approve-consumer-keys

Whether elm-sync automatically approves consumer keys

inbound.auto-approve-token

Whether elm-sync automatically approves tokens

inbound.details.name

A name for the inbound consumer connection

inbound.details.consumer-key

Consumer key for the inbound connection

inbound.details.consumer-secret

The consumer secret for the inbound consumer-key

Future consideration: these API paths are defined by the GCM REST API at https://jazz.net/gc/doc/scenarios and https://jazz.net/jts/doc/scenarios and may not be need to be configured manually.

...

to be configured manually.

ELM GCM Security Configuration: smartfacts.oauth10a

Provides the information needed for elm-sync to authenticate with ELM GCM and JTS using OAuth1.0a.

Key

Description

active

Whether the connection is active or not

outbound

outbound.details

A list of outbound connections to servers authenticated with OAuth1.0a

outbound.details.name

Path of the ELM GCM service to create a project area.

CDCM Configuration Area Mappings: configuration.area.mapping

This is a list of the CDCM configuration area IDs to ELM GCM server URI mappings.

Key

Description

source

CDCM Configuration Area ID

target

ELM GCM server URI, should be the same as ibm-elm.api.host.

...