From 915b7aa2df48ce83b6bd5c6543d4f924d15b8268 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Mon, 24 May 2021 10:52:54 -0400 Subject: [PATCH] Switch Kratos config from argon2 to bcrypt12 --- salt/soc/files/kratos/kratos.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/salt/soc/files/kratos/kratos.yaml b/salt/soc/files/kratos/kratos.yaml index c26aeec3f..a0a72b3ab 100644 --- a/salt/soc/files/kratos/kratos.yaml +++ b/salt/soc/files/kratos/kratos.yaml @@ -41,12 +41,8 @@ serve: base_url: https://{{ WEBACCESS }}/kratos/ hashers: - argon2: - parallelism: 2 - memory: 16384 - iterations: 3 - salt_length: 16 - key_length: 32 + bcrypt: + cost: 12 identity: default_schema_url: file:///kratos-conf/schema.json