Skip to content
Snippets Groups Projects
  1. Sep 13, 2022
  2. Sep 12, 2022
  3. Sep 09, 2022
  4. Sep 08, 2022
  5. Sep 07, 2022
  6. Sep 06, 2022
  7. Sep 05, 2022
    • Stig Telfer's avatar
      Increase the Fluentd request timeout for ES · ffb4767c
      Stig Telfer authored
      Fluentd has a default timeout of 5s for flushing data to ElasticSearch.
      If there is a significant backlog of unsent log messages, this timeout
      can be exceeded, resulting in Fluentd failing to make further progress.
      
      Raise the default timeout to 60s.
      
      This patch adopts the configuration parameters previously proposed by
      Krzysztof Klimonda.
      
      Closes-Bug: #1983031
      Closes-Bug: #1896611
      Change-Id: I1aaab654a5a0752fccef2cfb8cc0bde4a0ee2562
      ffb4767c
  8. Sep 02, 2022
    • Scott Solkhon's avatar
      Fix Hashi login method for approles · 33008155
      Scott Solkhon authored
      Moves Hashi Vault client login to use `auth.approle.login` as
      current method is being deprecated in the next release.
      
      ```
      DeprecationWarning: Call to deprecated function 'auth_approle'.
      This method will be removed in version '0.12.0' Please use
      the 'login' method on the 'hvac.api.auth_methods.approle'
      class moving forward.
      client.auth_approle(vault_role_id, vault_secret_id)
      ```
      
      Change-Id: Ie5c1ebe99c8508336cc10944fdaa742ad7d1d85e
      33008155
  9. Sep 01, 2022
  10. Aug 31, 2022
  11. Aug 30, 2022
  12. Aug 29, 2022
Loading