- Validate your deployment
- Provide authentication for your private images
- Track usages and deployments for billing purposes
- Provides validation api
Validation API
When you create a license token, you can make use of the validation api to control your deployment. You can access this token in your app viaBYOC_LICENSE_TOKEN
environment variable.
For example, you can bundle this api in your app and do a start up check to check if the license token is valid and run your services. You can also run a background job to check the status of the license token and stop your services if the license token is expired.
API Reference
You should set first the custom domain for your company in the LocalOps console.
200 OK
response if the token is valid and 401 Unauthorized
if the token is invalid.