Skip to content

VASecurity Accessing Remote Instance [WIP]

Kantemir Tvorogov edited this page Aug 9, 2023 · 1 revision

When ACUITY application (AdminUI, VAHub) needs to connect to VASecurity hosted on a remote server, it must provide a login and a password when connecting to VASecurity.

To connect to a remote VASecurity instance:

  • remove 'local-auth' profile from the list of Spring profiles in -Dspring.profiles.active parameter
  • pass credentials in command-line parameters -Dspring.cloud.config.username and -Dspring.cloud.config.password

Default Credentials

username: username
password: pass

Configuring Credentials

[TBA]

Clone this wiki locally