Skip to content

Commit

Permalink
[MOSIP-31982] updated the document (#1261)
Browse files Browse the repository at this point in the history
* MOSIP-32073 design document added (#1223)

Signed-off-by: Neha Farheen <[email protected]>
Co-authored-by: Neha Farheen <[email protected]>
Signed-off-by: Neha Farheen <[email protected]>

* POM changes (#1225)

Signed-off-by: Neha Farheen <[email protected]>
Co-authored-by: Neha Farheen <[email protected]>
Signed-off-by: Neha Farheen <[email protected]>

* updated the image path

Signed-off-by: Neha Farheen <[email protected]>

* MOSIP-31982 changes done for image

Signed-off-by: Neha Farheen <[email protected]>

* MOSIP-31982 changes done for image

Signed-off-by: Neha Farheen <[email protected]>

* MOSIP-31982 added kafka config in otp application

Signed-off-by: Neha Farheen <[email protected]>

* MOSIP-31982 added kafka config in otp application

Signed-off-by: Neha Farheen <[email protected]>

* MOSIP-31982 Updated the pom and push trigger file

Signed-off-by: Neha Farheen <[email protected]>

* test case issue is resolved

Signed-off-by: Neha Farheen <[email protected]>

* test case issue is resolved with facedata

Signed-off-by: Neha Farheen <[email protected]>

* test case issue is resolved with facedata

Signed-off-by: Neha Farheen <[email protected]>

* kafka bean enable and disable

Signed-off-by: Neha Farheen <[email protected]>

* kafka bean enable and disable

Signed-off-by: Neha Farheen <[email protected]>

* Error eventing condition check added

Signed-off-by: Neha Farheen <[email protected]>

* updated the documents

Signed-off-by: Neha Farheen <[email protected]>

* updated the documents

Signed-off-by: Neha Farheen <[email protected]>

* updated the documents

Signed-off-by: Neha Farheen <[email protected]>

* MOSIP-31982 updated the document

Signed-off-by: Neha Farheen <[email protected]>

* MOSIP-31982 updated the document

Signed-off-by: Neha Farheen <[email protected]>

---------

Signed-off-by: Neha Farheen <[email protected]>
Co-authored-by: Neha Farheen <[email protected]>
  • Loading branch information
Neha2365 and Neha Farheen authored May 2, 2024
1 parent 0a90ce3 commit 2e20680
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,32 @@ id-authentication-external-default.properties
id-authentication-internal-default.properties
id-authentication-otp-default.properties
identity-mapping.json
```
## Optional Configuration
Below properties needed to be add in id-authentication-default.properties to configure Authentication Error Eventing feature which is present in 1.2.1.0

id-authentication-default.properties:

- It enable and disable the bean init of kafka and Authentication error eventing
```
mosip.ida.authentication.error.eventing.enabled=true
```

- If we enable authentication error eventing as true we need all the below property
```
ida-topic-authentication-error-eventing=AUTHENTICATION_ERRORS
```

- Partner Id for encryption used in ondemand template extraction
```
mosip.ida.authentication.error.eventing.encrypt.partner.id=mpartner-default-tempextraction
```

- kafka Configuration
```
mosip.ida.kafka.bootstrap.servers=kafka-0.kafka-headless.${kafka.profile}:${kafka.port},kafka-1.kafka-headless.${kafka.profile}:${kafka.port},kafka-2.kafka-headless.${kafka.profile}:${kafka.port}
spring.kafka.admin.properties.allow.auto.create.topics=true
```

See [Module Configuration](https://docs.mosip.io/1.2.0/modules/module-configuration) for location of these files.
Expand Down

0 comments on commit 2e20680

Please sign in to comment.