Configuring ADH to connect to RTO

andy.sciascia
andy.sciascia Contributor
edited May 29 in TREP Infrastructure

I'm not sure if this is the correct forum to ask this question - but we're trying to configure our ADH route_cloud.cpd file to connect to RTO and I was wondering if there was a guide available.

The main issue is, in the configuration file we can't see configuration items for client id or secret and were wondering if they correspond to these items

@B@MN@S@N@@USER NAME@ "${node}"*adh*"${route}".route*userName :
#help
! userName:
!
! The user name for this route.
!
! Default value: none
#end

@B@MN@S@N@@USER PASSWORD@ "${node}"*adh*${route}.route*userPassword :
#help
! userPassword:
!
! This parameter is the user password on the route and is used along with userName as the credentials
! to log into EDP for service discovery and token management. The value is obfuscated and the obfuscation
! tool (dacsObfuscatePassword) must be used to obfuscate the password prior to setting the value here.
!
! Default value: none
#end

Answers