Skip to content
Snippets Groups Projects
  1. Dec 02, 2024
    • Christian Heusel's avatar
      tf-stage2: use 1h timeout for keycloak pw resets · 388f7b7e
      Christian Heusel authored
      
      Recently somebody complained that the email only reached them after the
      password reset link had already become invalid, which is definitely
      something that can happen with the previously set 5min timeout. 5
      minutes timeout are too short aswell for any complex email analysis
      setup or greylisting, and we therefore bump this value to one hour,
      which is still short enough from a security perspective but gives our
      users a bit more time to act on the reset.
      
      Signed-off-by: default avatarChristian Heusel <christian@heusel.eu>
      Verified
      388f7b7e
  2. Dec 01, 2024
  3. Aug 04, 2024
  4. Mar 23, 2024
  5. Feb 10, 2024
  6. Dec 23, 2023
  7. Dec 10, 2023
  8. Jun 16, 2023
  9. Jun 15, 2023
  10. Apr 08, 2023
  11. Mar 31, 2023
  12. Mar 27, 2023
  13. Mar 26, 2023
  14. Mar 23, 2023
  15. Mar 12, 2023
  16. Nov 15, 2022
  17. Nov 14, 2022
  18. Nov 13, 2022
  19. Nov 12, 2022
  20. Oct 29, 2022
  21. Sep 18, 2022
  22. Jul 24, 2022
    • Evangelos Foutras's avatar
      tf/keycloak: add "Configure OTP" to default actions · 55f20a14
      Evangelos Foutras authored
      When signing into GitLab, opting to create a new keycloak account
      results in being able to sign into GitLab without setting up OTP.
      
      Since any subsequent login will require configuring OTP, it seems
      well advised to prompt for it as part of the registration process.
      Verified
      55f20a14
  23. May 10, 2022
    • Evangelos Foutras's avatar
      tf-stage2: update keycloak provider to 3.8.1 · 2b9e29ca
      Evangelos Foutras authored
      OpenID clients:
      - 'use_refresh_tokens' set to false to preserve the values on live
      - 'backchannel_logout_session_required' implicitly changed to true
        for the 'grafana_openid_client' and 'openid_gitlab' clients
      
      SAML client (GitLab):
      - 'front_channel_logout' set to false to preserve the live setting
      Verified
      2b9e29ca
  24. Apr 05, 2022
  25. Mar 25, 2022
  26. Feb 23, 2022
  27. Jan 21, 2022
    • Jelle van der Waa's avatar
      Add gluebuddy client · 1160eb68
      Jelle van der Waa authored
      The gluebuddy client is required for gluebuddy to retrieve users and
      groups membership without being able to change other keycloak data. The
      realm-management roles cannot be assigned yet via keycloak as it does
      not know about the roles and realm-management client.
      Verified
      1160eb68
  28. Oct 29, 2021
  29. Sep 04, 2021
  30. Jul 07, 2021
    • Evangelos Foutras's avatar
      misc/get_key.py: load vault file without chdir'ing · faba3a3d
      Evangelos Foutras authored
      Now that misc/get_key.py checks if the vault file passed to it exists,
      we cannot pass paths only resolvable from the root directory. Instead,
      use paths that make sense relative to the current directory and avoid
      calling chdir when loading the vault file.
      
      Fixes: 77542146 ("Rewrite get_key.py to use click instead of typer")
      Verified
      faba3a3d
  31. Jul 06, 2021
  32. May 18, 2021
  33. Apr 15, 2021
Loading