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??
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??
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
Running the docker should not ask to provide any password. Can you please share below details to debug the issue:
Also can you please share full command you are using to run the docker.
Thanks,
Mahammed Taheer
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.