Deployment
To proceed further, you must deploy your Tokens Api.
In your
arch-tokens-api.yml
file will be a series of environment variables that require values.
Obtain those values from the
Environment Variables screen in the Control Panel.
A helpful Copy to Clipboard button is provided next to each value, just click that and paste into its appropriate spot in the service yml file.
Deploy the Tokens Api into its Docker container when the environment variables are set up in arch-tokens-api.yml.
Also change the volume source path to something appropriate for your deployment.
As you require, you may also perform any other configurations to the yml file.
With the container running, perform a Health Check (see below).
If the health check shows Healthy, the Tokens Api is ready to accept requests.
Grant Access to the Tokens Api in your application.
Arch protects the entire distributed application and without this authorized access, all calls to the Tokens Api will be disallowed.