Versions Compared

Key

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

...

and a list of connections, that define the authentication mechanism used, based on the common key (in this example elm):

Code Block
languageyaml
  elm:
    connection-type: OAUTH10A
    consumer-key: my-consumer-key
    consumer-secret: my-consumer-secret
    root-services: https://example.com/oauth10a/rootservices
    service-principal-enabled: false

...