Skip to content

Commit

Permalink
Fix for duplicate client Id
Browse files Browse the repository at this point in the history
  • Loading branch information
adkumar1 authored and dvasunin committed Jun 15, 2023
1 parent 234d431 commit c61a0a5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- fix #33 - SKI and AKI validated as user input @dvasunin (#53)


## [2.0.7] - 2023-05-12

### Fixed
- Fixed potential dataloss on concurrent database access
- Possible multi-registration of clients
- Fixed user input not validated
- SKI and AKI validated as user input

## [2.0.6] - 2023-05-08

### Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ of the DAPS are not disclosed to the requester.

### Software Version
```shell
Helm version is v2.0.6
Application version is v2.0.6
Helm version is v2.0.7
Application version is v2.0.7
```

# Solution Strategy
Expand Down
2 changes: 1 addition & 1 deletion charts/daps-reg-service/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# daps-reg-service

![Version: 2.0.6](https://img.shields.io/badge/Version-2.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.6](https://img.shields.io/badge/AppVersion-2.0.6-informational?style=flat-square)
![Version: 2.0.7](https://img.shields.io/badge/Version-2.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.7](https://img.shields.io/badge/AppVersion-2.0.7-informational?style=flat-square)

Daps regisgter service is used to register the EDC connector into DAPS

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>org.eclipse.tractusx</groupId>
<artifactId>dapsreg</artifactId>
<version>2.0.6</version>
<version>2.0.7</version>
<name>dapsreg</name>
<description>client registration to the DAPS</description>
<properties>
Expand Down

0 comments on commit c61a0a5

Please sign in to comment.