omnia_security_config.yml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Copyright 2022 Dell Inc. or its subsidiaries. All Rights Reserved.
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. ---
  15. # Maximum number of consecutive failures before lockout
  16. # The default value of this variable can't be changed
  17. # Default: 3
  18. max_failures: 3
  19. # Period (in seconds) after which the number of failed login attempts is reset
  20. # Default: 60
  21. # Min: 30
  22. # Max: 60
  23. failure_reset_interval: 60
  24. # Period (in seconds) for which users are locked out
  25. # Default: 10
  26. # Min: 5
  27. # Max: 10
  28. lockout_duration: 10
  29. # User sessions that have been idle for a specific period can be ended automatically
  30. # This variable sets session timeout to 3 minutes (180 seconds) by default
  31. # Min: 90
  32. # Max: 180
  33. session_timeout: 180
  34. # Email address used for sending alerts in case of authentication failure
  35. # If this variable is left blank, authentication failure alerts will be disabled.
  36. # Required value
  37. alert_email_address: ""