Configure Velox service accounts
Use dedicated, managed Windows identities for Velox Service and Velox API Service. The exact rights depend on configured integrations; there is no safe universal list of broad folder or database permissions.
Prepare the identity
- Create or obtain an approved service identity under organisational policy.
- Grant Log on as a service through the normal policy mechanism.
- Grant read/execute access to the installed binaries and only the required access to configured ProgramData, integration and network folders.
- Grant only the required database roles and network/service access.
- Store the password through the approved account-management process; do not place it in scripts or documentation.
Assign and test
- Stop the affected service during the change window.
- Assign the identity through the approved Velox service setup workflow or Windows service management procedure.
- Start the service and verify its Windows status and Velox logs.
- Test database, file-share, certificate/private-key and endpoint access as that identity.
- Run one controlled Flow or API check appropriate to the service.
If startup fails, restore the previous known-good identity when policy permits, retain the service/logon error and check password, logon right, filesystem, database and network access separately.