Browse Source

Update security_vars.yml

Signed-off-by: abhishek-sa1 <abhishek.sa3@dell.com>
abhishek-sa1 3 years ago
parent
commit
5dd1b220c7
1 changed files with 24 additions and 1 deletions
  1. 24 1
      control_plane/input_params/security_vars.yml

+ 24 - 1
control_plane/input_params/security_vars.yml

@@ -20,4 +20,27 @@ domain_name: "omnia.test"
 # the authority to authenticate a user, host or service.
 # the authority to authenticate a user, host or service.
 # A realm name is often, but not always the upper case version of the name of the
 # A realm name is often, but not always the upper case version of the name of the
 # DNS domain over which it presides
 # DNS domain over which it presides
-realm_name: "OMNIA.TEST"
+realm_name: "OMNIA.TEST"
+
+# Maximum number of consecutive failures before lockout
+# The default value of this variable can't be changed
+# Default: 3
+max_failures: 3
+
+# Period (in seconds) after which the number of failed login attempts is reset
+# Default: 60
+# Min: 30
+# Max: 60
+failure_reset_interval: 60
+
+# Period (in seconds) for which users are locked out 
+# Default: 10
+# Min: 5
+# Max: 10
+lockout_duration: 10
+
+# User sessions that have been idle for a specific period can be ended automatically
+# This variable sets session timeout to 3 minutes (180 seconds) by default
+# Min: 90
+# Max: 180
+session_timeout: 180