summaryrefslogtreecommitdiffstats
path: root/custodia
Commit message (Expand)AuthorAgeFilesLines
* Add Simple encrypted store.Simo Sorce2015-04-151-0/+37
* Allow to filter by keytype on key GETSimo Sorce2015-04-081-0/+16
* Return only key/containers names on LIST operationSimo Sorce2015-04-082-58/+45
* Always initialize db on store class instantiationSimo Sorce2015-04-082-15/+19
* Move authz checks from Secrets to own classSimo Sorce2015-04-081-72/+113
* Move pipeline from server class to request handlerSimo Sorce2015-04-081-79/+80
* Add basic framework for authorization pluginsSimo Sorce2015-04-084-34/+87
* Change authenticators to return a resultSimo Sorce2015-04-072-12/+23
* Python3 compatibility fixesSimo Sorce2015-04-071-8/+8
* Mute lintSimo Sorce2015-04-071-2/+2
* Add detection of conflicts when creating elementsSimo Sorce2015-04-071-1/+26
* Add explicit exception for storage conflictsSimo Sorce2015-04-072-2/+8
* Add functions to create and destroy containersSimo Sorce2015-04-071-15/+132
* Add code and tests to delete keysSimo Sorce2015-04-071-0/+49
* Add interface to remove data from storeSimo Sorce2015-04-072-0/+30
* Actually strip only the base containerSimo Sorce2015-04-071-11/+11
* Defensive parsingSimo Sorce2015-04-071-0/+3
* Reorganize code so each main action is separateSimo Sorce2015-04-071-38/+48
* Check that intermediate containers existSimo Sorce2015-04-071-2/+41
* Return 201 on successful key creationSimo Sorce2015-04-071-18/+20
* Allow caller to decide if replace is allowedSimo Sorce2015-04-072-3/+16
* Remove ununsed case with wrong nameSimo Sorce2015-04-071-8/+0
* Add Sqlite store unit testsSimo Sorce2015-04-072-1/+92
* Add more unit tests for SecretsSimo Sorce2015-04-061-0/+111
* Initial testsuite commitSimo Sorce2015-04-062-0/+57
* Improve secrets.pySimo Sorce2015-04-061-12/+41
* Move Secrets class to its own fileSimo Sorce2015-04-062-70/+75
* Fix sqlite's list() commandSimo Sorce2015-04-061-3/+9
* Add simple secrets storage API to RootSimo Sorce2015-04-012-2/+77
* Add code to parse body and put it in the requestSimo Sorce2015-04-011-1/+19
* Minor server.py fixesSimo Sorce2015-04-011-4/+9
* Consumers can define entire subtreesSimo Sorce2015-04-011-3/+26
* Fix sqlite store bugsSimo Sorce2015-04-011-4/+9
* Provide more complete parsing of a request pathSimo Sorce2015-03-301-0/+24
* Add some documentation in form of class commentsSimo Sorce2015-03-301-0/+57
* Make stores directly availble to consumersSimo Sorce2015-03-252-0/+13
* Adjust the code to be python3 happySimo Sorce2015-03-256-11/+12
* Initial sinple store infrastructureSimo Sorce2015-03-254-1/+83
* Require positive authentication in all casesSimo Sorce2015-03-252-8/+28
* Add simple header auth moduleSimo Sorce2015-03-231-0/+31
* Add basic authentication frameworkSimo Sorce2015-03-233-10/+51
* Configure consumers via config fileSimo Sorce2015-03-232-15/+68
* Abandon cherrypy, it doesn't work for unix socketsSimo Sorce2015-03-235-10/+231
* Initial CommitSimo Sorce2015-03-043-0/+37