From bc299c00e5a86732c5a063a1d7c7bccf1d4ab21b Mon Sep 17 00:00:00 2001 From: Instrumental Date: Tue, 25 Sep 2018 06:42:31 -0500 Subject: More install to Container Issue-ID: AAF-517 Change-Id: I102f0214b077fca0c4f2712e3005bbe5569475bd Signed-off-by: Instrumental --- auth/auth-cass/src/main/cql/temp_identity.cql | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 auth/auth-cass/src/main/cql/temp_identity.cql (limited to 'auth/auth-cass/src/main/cql/temp_identity.cql') diff --git a/auth/auth-cass/src/main/cql/temp_identity.cql b/auth/auth-cass/src/main/cql/temp_identity.cql deleted file mode 100644 index 3032372b..00000000 --- a/auth/auth-cass/src/main/cql/temp_identity.cql +++ /dev/null @@ -1,5 +0,0 @@ -USE authz; -// Create Root pass -INSERT INTO cred (id,ns,type,cred,expires) - VALUES ('aaf@aaf.osaaf.org','org.osaaf.aaf',1,0xdd82c1882969461de74b46427961ea2c,'2099-12-31') using TTL 14400; - -- cgit 1.2.3-korg