Authentication
Last updated
Last updated
Your credentials provide access to proprietary software. Never share your credentials or commit them to public repositories.
Our system is distributed as a Helm chart and Docker images stored in our private Artifactory repository. You need valid credentials to access these resources during the installation process.
We support two authentication methods:
Username and Password: Basic authentication with your provided credentials
API Token: More secure method using generated tokens with configurable permissions and expiration
For production environments, we strongly recommend using API tokens.
For additional credentials or to replace lost ones:
Log in to our
Navigate to Account → Access Management
Click Request New Credentials
Select the appropriate access level and provide justification
Submit the request
Requests are typically processed within 1 business day.
You can provide your credentials directly in the Helm command:
This method saves your credentials in plain text in your shell history. For better security, use environment variables or the credentials file method.
API tokens are more secure than username and password authentication.
Use the token in place of a password:
The Helm chart needs to pull Docker images from our private registry. You need to configure Docker to authenticate with our registry.
Log in to our Docker registry:
This command creates or updates the file ~/.docker/config.json
with your credentials.
For continuous integration/continuous deployment (CI/CD) environments, we recommend setting up automatic token renewal.
Use our REST API to automatically generate new tokens before the current one expires:
Now that you have set up authentication, you can proceed with:
If you're using HashiCorp Vault, you can leverage the to automatically manage and rotate credentials.
according to your requirements