-
Notifications
You must be signed in to change notification settings - Fork 427
[RI-6004] Delete Certificates #3796
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
Conversation
fe9a88a to
d5b2058
Compare
|
I don't see changes on backend. Was it implemented? |
2a98ff8 to
695ea84
Compare
| event: TelemetryEvent.CONFIG_DATABASES_CERTIFICATE_REMOVED, | ||
| eventData: {}, | ||
| }) | ||
| showPopover(id) |
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.
I think showPopover we should call before deletion
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.
Removed this snippet as it's not required.
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.
why its not required?
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.
The popover component showPopover will show the popover. The telemetry event is sent after the certificate is removed, and we don't require showPopover because the popover is already available at that time. The Popover component's closePopover method closes the popover.
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.
yes, you are right, thanks
ArtemHoruzhenko
left a comment
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.
lgtm
432b075
4a17391
Signed-off-by: Gnanesh <gnaneshkunal@outlook.com>
Signed-off-by: Gnanesh <gnaneshkunal@outlook.com>
Signed-off-by: Gnanesh <gnaneshkunal@outlook.com>
Signed-off-by: Gnanesh <gnaneshkunal@outlook.com>
Signed-off-by: Gnanesh <gnaneshkunal@outlook.com>
Fix message in at other place too
the old cert which will fail the getFormUpdates diff logic
TLS certificate to fix the UI issue
4a17391 to
b09dd32
Compare
Allow users to delete CA and client certificates.