From decf2ef022ca8c068f444f7dae4079d7bd484833 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Wed, 8 Apr 2020 12:39:37 -0400 Subject: [PATCH] Added config changes needed for new admin pages in SOC --- salt/soc/files/kratos/schema.json | 24 ++++++++++++------------ salt/soc/files/soc/soc.json | 3 +++ 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/salt/soc/files/kratos/schema.json b/salt/soc/files/kratos/schema.json index 4e0d7ac02..a22a9fef6 100644 --- a/salt/soc/files/kratos/schema.json +++ b/salt/soc/files/kratos/schema.json @@ -18,19 +18,19 @@ "verification": { "via": "email" } - }, - "firstName": { - "type": "string", - "title": "First Name" - }, - "lastName": { - "type": "string", - "title": "Last Name" - }, - "role": { - "type": "string", - "title": "Role" } + }, + "firstName": { + "type": "string", + "title": "First Name" + }, + "lastName": { + "type": "string", + "title": "Last Name" + }, + "role": { + "type": "string", + "title": "Role" } }, "required": [ diff --git a/salt/soc/files/soc/soc.json b/salt/soc/files/soc/soc.json index f69a66117..af739a3ef 100644 --- a/salt/soc/files/soc/soc.json +++ b/salt/soc/files/soc/soc.json @@ -11,6 +11,9 @@ "filedatastore": { "jobDir": "jobs" }, + "kratos": { + "hostUrl": "http://{{ MASTERIP }}:4434/" + }, "securityonion": { "elasticsearchHost": "http://{{ MASTERIP }}:9200", "elasticsearchUsername": "",