Not able to deploy eSignet with helm

I am trying to install esignet in eks cluster, i am able to install keycloak and other dependencies, now esignet fails with the following error. Any help here would be appreciated.

And my helm chart version is “1.5.1”

Error creating bean with name 'openIdConnectServiceImpl': Unsatisfied dependency expressed through field 'auditWrapper'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'io.mosip.esignet.api.spi.AuditPlugin' available: expected at least 1 bean which qualifies as autowire candidate

Hi @Vijay_S ,

Thank you for reaching out. We are looking at this issue and one of our experts will get back to you shortly.

Best Regards,
Team MOSIP

@Vijay_S can you share the refernece tag being used and more service related details like which docker image tag is used.

I am using the mosip/esignet chart and the version is 1.5.1 and it pulls the docker.io/mosipid/esignet-with-plugins:1.5.1 image.

@Vijay_S

Can you try adding the below in esignet deployment config under containers “env”

  • name: MOSIP_ESIGNET_INTEGRATION_AUDIT_PLUGIN
    value: LoggerAuditService