This repository was archived by the owner on Nov 6, 2020. It is now read-only.
This repository was archived by the owner on Nov 6, 2020. It is now read-only.
[Secret Store] support for retrieving public portion of already generated server key #10240
Closed
Description
Feature request: it would be useful to be able to retrieve the public portion of an already generated server key through the HTTP API.
Problem that would be solved
After running a successful server key generation session
, this public portion is returned. If the key already exists with that ID though, the following error is thrown (which is fine) but there is no way to query for this piece of information again:
Request failed
StatusCode: 400
StatusMessage: Bad Request
Body: "\"Server key with this ID is already generated\""
Request options: {"url":"http://52.74.41.192:8082/shadow/45ce99addb0f8385bd24f30da619ddcc0cadadab73e2a4ffb7801083086b3fc2/61dab3b08229e6aaaefb16eefc746217bf80f8df38d88e12e4e9f3b5158f0aaf671ab618614e01ee429784533b0e012b6c8c4abeee90db7b58c24e67508cbd2400/1","method":"POST"}