From ce74c5ac55fdb51582268046632943e510a19f00 Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Wed, 21 Mar 2018 09:13:26 -0700 Subject: Adding secure init code for backend Changes to allow quorum client to SMS communication Introducing a registration api for quorum clients to get their shard piece in PGP encrypted form from SMS Tested with 3 quorum clients. This is now ready for review. Issue-ID: AAF-168 Change-Id: I7a6ade792c1e5ebcf00cbc8c4a1f1942c006e7c7 Signed-off-by: Kiran Kamineni --- sms-service/bin/smsdockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sms-service/bin/smsdockerfile') diff --git a/sms-service/bin/smsdockerfile b/sms-service/bin/smsdockerfile index be2777c..d130449 100644 --- a/sms-service/bin/smsdockerfile +++ b/sms-service/bin/smsdockerfile @@ -6,7 +6,7 @@ LABEL maintainer="vamshi krishna " EXPOSE 10443 -RUN mkdir /sms +RUN mkdir -p /sms/auth ADD sms /sms/bin/sms RUN chmod +x /sms/bin/sms -- cgit 1.2.3-korg