...
Code Block | ||
---|---|---|
| ||
Systemintegration: | si.microservice.user=${si-microservice-user} si.microservice.password=${si-microservice-password} si.microservice.usertype=SYSTEM si.microservice.scope=read si.microservice.granttype=password env: | - name: si-microservice-password valueFrom: secretKeyRef: name: egov-si-microservice key: si-microservice-password - name: si-microservice-user valueFrom: secretKeyRef: name: egov-si-microservice key: si-microservice-user |
Add one user in the system for system integration - SIFINANCE mapped with role SYS_INTEGRATOR_FINANCE by using the user service createnovalidate API.
Find the createnovalidate API details below
Code Block |
---|
{
"info": {
"_postman_id": "81469f7c-793c-43b2-8e05-9ce6c8174cd4",
"name": "SIUSER_Creation",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "createnovalidate",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"RequestInfo\": {\n \"api_id\": \"1\",\n \"ver\": \"1\",\n \"ts\": null,\n \"action\": \"create\",\n \"did\": \"\",\n \"key\": \"\",\n \"msg_id\": \"\",\n \"requester_id\": \"\",\n \"auth_token\": \"12e8753e-099f-42cb-b2ec-402b10215610\"\n },\n \"User\": {\n \"userName\": \"SIFINANCE\",\n \"name\": \"SYS INTG FINANCE\",\n \"gender\": \"Male\",\n \"mobileNumber\": \"\",\n \"active\": true,\n \"type\": \"SYSTEM\",\n \"password\": \"sifinance123@\",\n \"tenantId\":\"pg.citya\",\n \"roles\": [\n {\n \"tenantId\": \"pg.citya\",\n \"code\": \"SYS_INTEGRATOR_FINANCE\",\n \"name\": \"System Integrator Finance\"\n }\n ]\n }\n}\n"
},
"url": {
"raw": "https://egov-micro-qa.egovernments.org/user/users/_createnovalidate",
"protocol": "https",
"host": [
"egov-micro-qa",
"egovernments",
"org"
],
"path": [
"user",
"users",
"_createnovalidate"
]
},
"description": "user create with no OTP validation"
},
"response": []
}
]
} |
Elastic Dashboard Configuration
...