summaryrefslogtreecommitdiffstats
path: root/API.md
Commit message (Collapse)AuthorAgeFilesLines
* Remove filter option for directory listingsSimo Sorce2015-10-191-3/+1
| | | | | | | | | | This commit removes the option to pas a filter parameter. It also changes the way database plugins are expected to return results, results are now expected to be relative to the path requested. Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Christian Heimes <cheimes@redhat.com>
* Change KEM Parsing to actually check claimsSimo Sorce2015-06-041-5/+7
| | | | | | | The name ('sub') and the time ('exp') must be checked before letting the reuqest proceed. Signed-off-by: Simo Sorce <simo@redhat.com>
* Add support for signed/encrypted messagesSimo Sorce2015-04-271-2/+57
| | | | | | | | | The new 'kem' type allows the backend to authorize access to keys based on a signed request where the key mus be whitelisted in advance in a kemkeys database. The reply is encrypted with the client public key. Signed-off-by: Simo Sorce <simo@redhat.com>
* Move message parsing and validationSimo Sorce2015-04-201-1/+2
| | | | | | Create a message module to deal with message types and validation. Signed-off-by: Simo Sorce <simo@redhat.com>
* Allow to filter by keytype on key GETSimo Sorce2015-04-081-0/+4
|
* Return only key/containers names on LIST operationSimo Sorce2015-04-081-2/+0
|
* Initial API definitionsSimo Sorce2015-04-071-0/+147
Very much a work in progress, but it is a start