Registering the database
10x Resume candidates need to manually copy the registration file
to the directory on the registration host which serves the ACCESS url
specified in the .env file.
Registering the database
Directory34476472.Brilliant e.g. the git worktree for the enquiry
- 34476472.enc the registration file for the database
The name of the 10x Resume registration file has a prefix
matching the prefix of the worktree and ends with .enc.
This file holds an AES-GCM encrypted json object with the enquiry’s AppID and database share token. 10x Resume retrieves the content from this Userbase database when a reviewer logs in.
10x Resume expects the registration host to serve the registration file
from a url with the ACCESS prefix specified in the .env file.
For example if the registration file is 34476472.enc and the .env contains
## ACCESS controls what registry server will serve the {code}.enc files# this value is compiled into the application at build time#
ACCESS = 'https://access.10xresume.com/access'10x Resume will retrieve https://access.10xresume.com/access/34476472.enc
when the reviewer logs in with the corresponding link.
Steps
- Manually copy the registry file to the 10x Resume registration host
directory which serves the ACCESS url specified in the
.envfile.