Security
This page describes how to configure security for Kannika Armory during the installation process.
Configuring security for the API
The following configuration options are available in our Helm charts to configure the security for the API:
Chart | Parameter |
---|---|
oci://quay.io/kannika/charts/kannika | api.config.security.enabled |
oci://quay.io/kannika/charts/kannika | api.config.security.username |
oci://quay.io/kannika/charts/kannika | api.config.security.password |
oci://quay.io/kannika/charts/kannika-api | config.security.enabled |
oci://quay.io/kannika/charts/kannika-api | config.security.username |
oci://quay.io/kannika/charts/kannika-api | config.security.password |
Authentication
Basic authentication
This is the default authentication method for the API.
To disable basic authentication,
set the api.config.security.enabled
(or config.security.enabled
) configuration option to false
.
OIDC authentication
We do not support OIDC authentication yet. We are working on it and will release it in the near future. Please check our roadmap for more information.