I’m running icinga-stack on kubernetes via a helm deployment Icinga/helm-charts. I’m trying to setup external auth with Azure AD using an oauth2 proxy pod running in my kubernetes cluster. Can someone tell me if its possible to do this? I know on icinga website doco Authentication - Icinga Web it says to add [autologin] backend = external, but Im not sure how to do this via helm.
I see in the helm values.yaml there is an auth section but I get error when I set:
auth:
type: external
resource: icingaweb2db
#admin_user: icingaadmin
admin_password:
value: “${icinga_db_admin_password}”