Set the Master Password in the Configuration File - API Server - English - Foundation 22.1 - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential

API Server

Platform
OnBase
Product
API Server
Release
Foundation 22.1
License
Premier
Standard
Essential

The master password must be set in the 5_tempfs.json configuration file. This password is used to encrypt S3 access and secret keys in the database and should be the same for every instance of the Temp File Service that uses this database. To configure this password, execute the following command, with [path to 5_tempfs.json] replaced with the path to the 5_tempfs.json file and [password] replaced with the password:

TempFileService.Configuration.exe security
                set-global-scheme --use-master-password-v2 --password "[password]" --json-config
                "[path to 5_tempfs.json]"

Once this command is run, the password is encrypted using the Windows DPAPI.