Administration Center - Settings - Dashboard Integration

This panel provides settings for the CAST dashboard integration process, described in more detail in Embedded CAST Dashboard deployment process:

Console ≥ 2.x

Console ≥ 1.25

(no requirement for Apache Tomcat)

Console ≤ 1.24

(Apache Tomcat required)

Available options:

Url

Enter the URL to your CAST RESTAPI deployment, for example:

Console ≥ 1.25
http://<server>:<port>

Console ≤ 1.24 http://<server>:<port>/CAST-RESTAPI-integrated

  • <server> refers to the machine on which the bootable ZIP or Apache Tomcat is deployed
  • <port> refers to the port on which the bootable zip is running (8087 by default) or the port on which Apache Tomcat is running (8080 by default)
Username

Enter one of the usernames specified in the following file in your CAST RESTAPI deployment:

Console ≥ 1.25
<unpacked_zip>\configurations\users.properties

Console ≤ 1.24 %CATALINA_HOME%\webapps\CAST-RESTAPI-integrated\WEB-INF\users.properties

You can use either admin or cast, i.e:

# Users for integrated mode
cast=cast,NoGroup,enabled
admin=admin,NoGroup,enabled
Integration Key

Enter the key specified in the following file in your CAST RESTAPI deployment under security.integrated.key. The key is set by default to cast:

Console ≥ 1.25
<unpacked_zip>\configurations\application.properties

Console ≤ 1.24 %CATALINA_HOME%\webapps\CAST-RESTAPI-integrated\WEB-INF\security.properties

I.e.:

Console ≥ 1.25

SPRING SECURITY INTEGRATED CONFIG

security.integrated.key=cast

Console ≤ 1.24

————————

security.integrated.key=cast

Save and synchronize / Synchronize


Click Save to update the settings - a successful update will generate a success message: