Skip to content

Commit

Permalink
Better comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Matthews committed Feb 23, 2021
1 parent 1633c82 commit ec333a5
Showing 1 changed file with 27 additions and 6 deletions.
33 changes: 27 additions & 6 deletions mulesoft_traceability_agent/mulesoft_traceability_agent.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,38 @@
mulesoft_traceability_agent:
central:
# Amplify organization ID to which to publish the metrics. The value for organizationID can be found in Amplify Central Platform > Organization
# MUST BE CONFIGURED
organizationID: "<AMPLIFY_ORG_ID>"

# The name of the Amplify Central environment where the metrics will be published to
# MUST BE CONFIGURED
environment: <AMPLIFY_CENTRAL_ENVIRONMENT_NAME>

auth:
clientID: <AMPLIFY_CENTRAL_DOSA_CLIENT_ID>
privateKey: <AMPLIFY_CENTRAL_DOSA_PRIVATE_KEY_PATH>
publicKey: <AMPLIFY_CENTRAL_DOSA_PUBLIC_KEY_PATH>
# The value for service account client Id can be found in Amplify Central > Access > Service account
# MUST BE CONFIGURED
clientID: <AMPLIFY_CENTRAL_DOSA_CLIENT_ID>

# The path to the public and private keys used for creating the service account
# Absolute path is recommended when installing as a Linux service
privateKey: <AMPLIFY_CENTRAL_DOSA_PRIVATE_KEY_PATH>
publicKey: <AMPLIFY_CENTRAL_DOSA_PUBLIC_KEY_PATH>

#
# Mulesoft connectivity
#
mulesoft:
environment: <Mulesoft environment, e.g. Sandbox>
# The Mulesoft Anypoint Exchange endpoint
#anypointExchangeUrl: https://anypoint.mulesoft.com

# The Mulesoft environment to connect to.
environment: Sandbox
auth:
username: <Mulesoft Username>
password: <Mulesoft Password>
# The credentials used to connect to Mulesoft
username: <USERNAME>
password: <PASSWORD>
# The session lifetime, access tokens are automatically refreshed at 75% of this time.
lifetime: <SESSION LIFETIME>

# Condor Ingestion service
output.traceability:
Expand Down

0 comments on commit ec333a5

Please sign in to comment.