# Kernel-keymanger-service

**URL:** https://community.mosip.io/t/kernel-keymanger-service/1615
**Category:** Developer
**Tags:** keymanager
**Created:** [October 21, 2024, 11:34am UTC](https://community.mosip.io/t/kernel-keymanger-service/1615 "2024-10-21T11:34:58Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![OURO-BODI\_Abdourakib](https://dub1.discourse-cdn.com/flex017/user_avatar/community.mosip.io/ouro-bodi_abdourakib/32/922_2.png) [@OURO-BODI\_Abdourakib](https://community.mosip.io/u/OURO-BODI_Abdourakib)
#### Post date: [October 21, 2024, 11:34am UTC](https://community.mosip.io/t/kernel-keymanger-service/1615/1 "2024-10-21T11:34:58Z")

</div>

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??

 ![Capture d'écran 2024-10-21 112943](https://europe1.discourse-cdn.com/flex017/uploads/mosip1/original/2X/c/cbac8026ea3c93172bd0b9b8fa1bc375226671f1.png)

---

<div class="post-metadata">

### Author: ![Vibha\_Gondkar](https://dub1.discourse-cdn.com/flex017/user_avatar/community.mosip.io/vibha_gondkar/32/1143_2.png) [@Vibha\_Gondkar](https://community.mosip.io/u/Vibha_Gondkar)
#### Post date: [October 22, 2024, 5:13am UTC](https://community.mosip.io/t/kernel-keymanger-service/1615/2 "2024-10-22T05:13:57Z")

</div>

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

---

<div class="post-metadata">

### Author: ![mahammedtaheer](https://dub1.discourse-cdn.com/flex017/user_avatar/community.mosip.io/mahammedtaheer/32/90_2.png) [@mahammedtaheer](https://community.mosip.io/u/mahammedtaheer)
#### Post date: [October 22, 2024, 11:46am UTC](https://community.mosip.io/t/kernel-keymanger-service/1615/3 "2024-10-22T11:46:21Z")

</div>

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

---

<div class="post-metadata">

### Author: ![OURO-BODI\_Abdourakib](https://dub1.discourse-cdn.com/flex017/user_avatar/community.mosip.io/ouro-bodi_abdourakib/32/922_2.png) [@OURO-BODI\_Abdourakib](https://community.mosip.io/u/OURO-BODI_Abdourakib)
#### Post date: [October 22, 2024, 2:40pm UTC](https://community.mosip.io/t/kernel-keymanger-service/1615/4 "2024-10-22T14:40:54Z")

</div>

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](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](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](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.
