mayil.companyname.com
). When opened for the first time, you should see a login page like this-
username
method to login. Use envVars.CLIENT_ID
and envVars.CLIENT_SECRET
provided in values.yaml
in the helm installation package you received from us.
Please update this default username and password after logging in. Vault supports most popular methods including GitHub, LDAP, AppRole, and more. See here.
Once logged in, under Secrets Engine
, open mayil ➤ data ➤ user_config. You should see something like this-
<deployment>/api/health
(such as `https://mayil.companyname.com/api/health) to see the status of the configuration. Any errors in the config will also be listed there. When config is valid, you will see something like-
ENDPOINTS
- See OpenAI
EXTERNAL_DOCUMENTATION_SOURCES
takes a list of strings, each pointing to a documentation source that could be relevant to Mayil.
For instance, if you are setting up Mayil to work for a project that is a Java Spring app, then the Spring documentation would be relevant. The more relevant documentation Mayil has access to, the more knowledgeable it becomes.
For now, EXTERNAL_DOCUMENTATION_SOURCES
should be a subset of ["Shopify", "eslint", "spring"]
. Please leave blank if there are no relevant sources.
These documentation sources need to be set up by the Mayil team. Please reach out to us if you would like a new source.
TELEMETRY_LEVEL
can be one of [ "minimal", "standard", "verbose"]
.
ENABLED
can be one of ["true" or "false"]
. Set to false
to run Mayil with default values.