Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

NOISSUE - Fix issue cert response#23

Merged
dborovcanin merged 3 commits into
absmach:mainfrom
nyagamunene:fix-issue-cert-response
Sep 27, 2024
Merged

NOISSUE - Fix issue cert response#23
dborovcanin merged 3 commits into
absmach:mainfrom
nyagamunene:fix-issue-cert-response

Conversation

@nyagamunene

Copy link
Copy Markdown
Contributor

What type of PR is this?

This is a refactor because it changes the following functionality: it updates the issue cert method to return a certificate.

What does this do?

It updates issue cert to return a certificate.

Which issue(s) does this PR fix/relate to?

N/A

Have you included tests for your changes?

Yes.

Did you document any new/modified features?

N/A

Notes

Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
@nyagamunene nyagamunene self-assigned this Sep 27, 2024
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
@nyagamunene nyagamunene marked this pull request as ready for review September 27, 2024 13:30
Comment thread api/http/responses.go Outdated
SerialNumber string `json:"serial_number"`
SerialNumber string `json:"serial_number"`
Certificate string `json:"certificate,omitempty"`
Key string `json:"key,omitempty"`

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Let's remove the key from issueResponse.

Signed-off-by: nyagamunene <stevenyaga2014@gmail.com>
@dborovcanin dborovcanin merged commit 0ea242d into absmach:main Sep 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants