Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: change client id generation for connectors central components #394

Merged

Conversation

PaddseL
Copy link
Member

@PaddseL PaddseL commented Dec 10, 2024

What issues does this PR close?
Closes #327

Checklist

Preview Give feedback

This seems to be the only relevant piece of code to change. I decided to leave the function for generation in place, if there are changes to the generation of the clientId in the future, only this has to be changed again. Please provide feedback especially for the tests, if they make sense at all or maybe are at the wrong place.

@PaddseL PaddseL linked an issue Dec 10, 2024 that may be closed by this pull request
@PaddseL
Copy link
Member Author

PaddseL commented Dec 10, 2024

Question: Does previously generated clientIds need to be converted to the new format?

@PaddseL PaddseL requested a review from kamilczaja December 10, 2024 10:26
@PaddseL PaddseL marked this pull request as ready for review December 10, 2024 10:35
@kamilczaja
Copy link
Collaborator

Question: Does previously generated clientIds need to be converted to the new format?

Negative, the DAPS doesn't really care what the clientId is, as long as it is unique and that's covered by both the old and the new "generation" method

Copy link
Collaborator

@kamilczaja kamilczaja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't find anything to complain about in this large PR :D

LGTM

@PaddseL PaddseL merged commit 759c9e8 into main Dec 10, 2024
12 checks passed
@PaddseL PaddseL deleted the 327-change-client-id-generation-for-connectors-central-components branch December 10, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change Client ID generation for Connectors & Central Components
2 participants