Skip to content

    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:

    ChartParameter
    oci://quay.io/kannika/charts/kannikaapi.config.security.enabled
    oci://quay.io/kannika/charts/kannikaapi.config.security.username
    oci://quay.io/kannika/charts/kannikaapi.config.security.password
    oci://quay.io/kannika/charts/kannika-apiconfig.security.enabled
    oci://quay.io/kannika/charts/kannika-apiconfig.security.username
    oci://quay.io/kannika/charts/kannika-apiconfig.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.