summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-02-21Adding token creation for operationsKiran9-29/+197
Secret domain creation and secret creation is controlled using approle authentication within the sms service A temporary token with a short ttl is created and used for adding domains and secrets into vault right now Root token is used only once during the initial bring up Also fixing unit test for backend.go Issue-ID: AAF-99 Change-Id: I1352dadb32b54caaef86c7795601bf04d657dc3b Signed-off-by: Kiran <kiran.k.kamineni@intel.com>
2018-02-16Created Quorum Project folderGirish1-0/+0
This project will contain the quorum client implementation Change-Id: Iee88ae20b0b47b04717d8409ade9340db225556d Issue-ID: AAF-127 Signed-off-by: Girish <hg0071052@techmahindra.com>
2018-02-15Adding unit test case for auth.goHavaldar Girish2-0/+101
Adding Unit Test case auth_test.go and auth_test.cert file for testing auth.go Change-Id: I68611f2b17a9f37618cbc5ef8db11e6fb632b910 Issue-ID: AAF-122 Signed-off-by: Havaldar Girish <hg0071052@techmahindra.com>
2018-02-13Adding more unit tests and updating makefileKiran8-9/+247
Added unit tests for backend, vault, config and handler Updated the makefile to call the tests when build target is invoked Issue-ID: AAF-118 Change-Id: Id9b719a0e2b46070867a7fcbae34b83d19ef3282 Signed-off-by: Kiran <kiran.k.kamineni@intel.com>
2018-02-12Auth.go returns error during tlsconfigKiran2-6/+7
Auth package should return an error to the calling function instead of erroring out with log.Fatal Issue-ID: AAF-99 Change-Id: I9f1abd3710a85df85ac6e1d623dc16d77b977f1a Signed-off-by: Kiran <kiran.k.kamineni@intel.com>
2018-02-09Updating API DocumentKiran1-521/+182
API Document was old Updated with latest Issue-ID: AAF-121 Change-Id: Ifea35d2aad6e7d52fe73d02984e6d11b6cd89831 Signed-off-by: Kiran <kiran.k.kamineni@intel.com>
2018-02-09Adding Makefile for easier builds and ciKiran1-0/+25
Adding a Makefile to allow easier builds and for jenkins integration jenkins jjb will call make build, make deploy and so on Makefile resides along with the main application go file Issue-ID: AAF-117 Change-Id: Ibf4413a26d5572703bea122d3d0db83f4c35ae88 Signed-off-by: Kiran <kiran.k.kamineni@intel.com>
2018-02-09Refactor code and cleanup with stub completionKiran8-113/+233
Refactored code and moved some structs from handler to backend Completed the interface that is part of the backend Currently, the interface implementation is empty and will need to be fleshed out Issue-ID: AAF-99 Change-Id: I0083bc9d7ce7f6e5294339bf1e270b90c1b3de29 Signed-off-by: Kiran <kiran.k.kamineni@intel.com>
2018-02-05Initial Project StructureKiran15-0/+1124
Includes a directory stucture for all the current components The implemented code establishes a mTLS connection to client and serves a GET status request Other requests and handlers will come in future patches Issue-ID: AAF-102 Change-Id: Ib3bca066586d23330b10550f83772ab11aacabc7 Signed-off-by: Kiran <kiran.k.kamineni@intel.com>
2018-01-25Initial empty repositoryJessica Wagantall0-0/+0