Using the Console
Kannika Armory comes with a REST and GraphQL API as well as a web-based user interface called the Console. They provide an easy way to set up and manage your backups, restores and all related resources.
Prerequisites
- The Kannika Armory API and Console are installed
Configuration
The Console uses the GraphQL API accessible at the /gql
endpoint offered by the API.
By default, it uses the domain of the Console in the browser, appended with /gql
to reach it.
If the API and Console are hosted on different domains, you must specify the API URL in the Console configuration (without /gql
).
Chart | Property |
---|---|
oci://quay.io/kannika/charts/kannika | console.config.apiUrl |
oci://quay.io/kannika/charts/kannika-console | config.apiUrl |
The API_URL
environment variable is set on the Console container with the configured value.
Security
Security is enabled by default. Kannika Armory supports basic and OIDC authentication. For more details about the configuration, check out the Security section.