Kernel-keymanger-service

Hello,

I’m facing this challenge when runing kernel-keymanger-service docker images (docker pull mosipid/kernel-keymanager-service:1.2.1.0)

The system asked me to provide passeword for mosip user??

Hi @OURO-BODI_Abdourakib ,

Thank you for reaching out, we are looking into this and one of our experts will get back to you shortly.

Best Regards,
Team MOSIP

Hi @OURO-BODI_Abdourakib

Running the docker should not ask to provide any password. Can you please share below details to debug the issue:

  • Are you running the docker in windows machine or Linux machine?
  • Which system user is used to run the docker locally?
  • Have you made any changes in client.zip file?

Also can you please share full command you are using to run the docker.

Thanks,
Mahammed Taheer

Hi @mahammedtaheer

I solve this problem by adding - - user root in docker run command.
full command : **docker run --user root -p 8387:8088 -e spring_config_url_env=http://10.0.9.129:8080 -e spring_config_label_env=dev -e active_profile_env=default -e artifactory_url_env=http://10.0.9.129:8090 -e iam_adapter_url_env=http://10.0.9.129:8090/artifactory/libs-release-local/io/mosip/kernel/kernel-auth-adapter/kernel-auth-adapter-1.1.5.jar -e PKCS11_PROXY_SOCKET=“tcp://10.0.9.129:5666” mosipid/kernel-keymanager-service:1.2.0
Os : ubuntu 24

Thanks.