You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the main keys endpoint returns keys in a format that is suitable for use in an authorized_keys file without any parsing or modification.
This is a key features of the keys project and should be kept as the default behaviour.
However if the caller requests content-type: html they should instead receive the content in html. This will be a lot easier to view in the browser and can later support features like automatically copying keys to clipboard and clicking on tags to filter by them etc.
Attention should be given to still keeping the container as light as possible.
This issue can be completed in the following parts to help keep PRs small:
Force content-type to plain when a file extension is provided
Return html for the home page when requested
Return html for the ssh key list when requested
Return html for the pgp list when requested
Return html for individual pgp key when requested
Return html for known hosts when requested
The text was updated successfully, but these errors were encountered:
Currently the main keys endpoint returns keys in a format that is suitable for use in an authorized_keys file without any parsing or modification.
This is a key features of the keys project and should be kept as the default behaviour.
However if the caller requests content-type: html they should instead receive the content in html. This will be a lot easier to view in the browser and can later support features like automatically copying keys to clipboard and clicking on tags to filter by them etc.
Attention should be given to still keeping the container as light as possible.
This issue can be completed in the following parts to help keep PRs small:
The text was updated successfully, but these errors were encountered: