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": "",