aaf/sms.git
6 years agoAuth.go returns error during tlsconfig 45/31545/1
Kiran [Tue, 13 Feb 2018 00:13:14 +0000 (16:13 -0800)]
Auth.go returns error during tlsconfig

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>
6 years agoUpdating API Document 31/31131/1
Kiran [Fri, 9 Feb 2018 22:54:12 +0000 (14:54 -0800)]
Updating API Document

API Document was old
Updated with latest

Issue-ID: AAF-121
Change-Id: Ifea35d2aad6e7d52fe73d02984e6d11b6cd89831
Signed-off-by: Kiran <kiran.k.kamineni@intel.com>
6 years agoAdding Makefile for easier builds and ci 01/31101/3
Kiran [Fri, 9 Feb 2018 18:01:22 +0000 (10:01 -0800)]
Adding Makefile for easier builds and ci

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>
6 years agoRefactor code and cleanup with stub completion 31/30931/2
Kiran [Thu, 8 Feb 2018 22:11:44 +0000 (14:11 -0800)]
Refactor code and cleanup with stub completion

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>
6 years agoInitial Project Structure 43/30343/2
Kiran [Mon, 5 Feb 2018 22:04:32 +0000 (14:04 -0800)]
Initial Project Structure

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>
6 years agoInitial empty repository
Jessica Wagantall [Thu, 25 Jan 2018 19:34:18 +0000 (19:34 +0000)]
Initial empty repository