-
Notifications
You must be signed in to change notification settings - Fork 44
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
#519 Query Certificates with subjectKeyId #532
#519 Query Certificates with subjectKeyId #532
Conversation
Abdulbois
commented
Jan 10, 2024
•
edited
Loading
edited
- Enable querying certs with subjectKeyId
- Add migration flow (pki module - from 2 to 3 version)
- Update OpenApi yaml file (includes missed changes from PID scoped Accounts #523)
74c1028
to
3a4dca7
Compare
@@ -0,0 +1,1660 @@ | |||
#!/bin/bash | |||
# Copyright 2020 DSR Corporation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed with Aziz:
It would be better to have a more realistic upgrade test which perform update from 0.12 to 1.2 and then 1.2 to 1.3.
As for test readability, we can still have multiple modules (files) for each version, and the master test will call all the modules one by one.
It's OK to fix it in a separate PR.
361168a
to
554aa94
Compare
fbca6af
to
d03de3b
Compare
f649fa0
to
c2c9e78
Compare
Enable querying certs with subjectKeyId Add migration flow (from 2 to 3 version of `pki` module) Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com> Signed-off-by: Abdulbois <abdulbois123@gmail.com>
c2c9e78
to
fa1bd32
Compare