1. 29 Aug, 2022 2 commits
    • Thomas Goirand's avatar
      Now packaging 5.0.0 · c437379a
      Thomas Goirand authored
      c437379a
    • Thomas Goirand's avatar
      Merge tag '5.0.0' into debian/zed · 5efd56ac
      Thomas Goirand authored
      oslo.middleware 5.0.0 release
      
      meta:version: 5.0.0
      meta:diff-start: -
      meta:series: zed
      meta:release-type: release
      meta:pypi: yes
      meta:first: yes
      meta:release:Author: Elod Illes <elod.illes@est.tech>
      meta:release:Commit: Elod Illes <elod.illes@est.tech>
      meta:release:Change-Id: I2d6c6842ddeec1ee645fac74aff06dd635e499e7
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
      5efd56ac
  2. 05 May, 2022 1 commit
  3. 24 Mar, 2022 2 commits
  4. 22 Mar, 2022 1 commit
  5. 04 Mar, 2022 2 commits
  6. 21 Feb, 2022 2 commits
    • Thomas Goirand's avatar
      Now packaging 4.5.1 · 26ebd746
      Thomas Goirand authored
      26ebd746
    • Thomas Goirand's avatar
      Merge tag '4.5.1' into debian/yoga · 29b2bc73
      Thomas Goirand authored
      oslo.middleware 4.5.1 release
      
      meta:version: 4.5.1
      meta:diff-start: -
      meta:series: yoga
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Daniel Bengtsson <dbengt@redhat.com>
      meta:release:Commit: Daniel Bengtsson <dbengt@redhat.com>
      meta:release:Change-Id: I8863c46e91a8640e8ae070418a2e611b369f5aec
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
      29b2bc73
  7. 21 Dec, 2021 1 commit
  8. 26 Oct, 2021 1 commit
  9. 25 Oct, 2021 2 commits
  10. 29 Sep, 2021 1 commit
  11. 10 Sep, 2021 2 commits
  12. 23 Aug, 2021 3 commits
    • Thomas Goirand's avatar
      Added python3-bcrypt as (build-)depends. · 63552645
      Thomas Goirand authored
      63552645
    • Thomas Goirand's avatar
      Now packaging 4.4.0 · c81a6a15
      Thomas Goirand authored
      c81a6a15
    • Thomas Goirand's avatar
      Merge tag '4.4.0' into debian/xena · 781318dc
      Thomas Goirand authored
      oslo.middleware 4.4.0 release
      
      meta:version: 4.4.0
      meta:diff-start: -
      meta:series: xena
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: rabi <ramishra@redhat.com>
      meta:release:Commit: rabi <ramishra@redhat.com>
      meta:release:Change-Id: I85d37f34bb9a10a09fc20edd78dad19fe19abf97
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Code-Review+1: Kevin Carter <kevin@cloudnull.com>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
      781318dc
  13. 21 Aug, 2021 1 commit
    • Takashi Kajinami's avatar
      Add oslo.config.opts entrypoint for basic auth middleware · b4132987
      Takashi Kajinami authored
      ... so that its options can be rendered by oslo-config-generator by
      adding the entry point.
      This change also updates the base oslo.middleware entry point to
      include options of the middleware because the base entry point is
      supposed to include all options in the oslo.middleware library.
      
      Closes-Bug: #1940747
      Change-Id: Ic9d79d9c46fc1dc78aa4d089e36219b2a34f4099
      b4132987
  14. 16 Aug, 2021 1 commit
  15. 03 Aug, 2021 1 commit
    • ramishra's avatar
      Add new basic auth middleware · da7987ca
      ramishra authored
      This adds a middleware that can be used as an alternative to noauth in
      standalone environments.
      
      This middleware uses a password file which supports the Apache htpasswd
      syntax. This file is read for every request, so no service restart is
      required when changes are made.
      
      The only password digest supported is bcrypt, and the ``bcrypt``
      python library is used for password checks since it supports ``$2y$``
      prefixed bcrypt passwords as generated by the Apache htpasswd utility.
      
      Adapted from I874783b8ece0eedf27a94dfed5163d0c82f8b9de.
      
      Change-Id: I3d80d86afd063af9fa2f411885dbd0dc65a7bbc7
      da7987ca
  16. 26 May, 2021 1 commit
  17. 18 May, 2021 1 commit
  18. 05 May, 2021 1 commit
    • YuehuiLei's avatar
      setup.cfg: Replace dashes with underscores · 2ec633cc
      YuehuiLei authored
      Setuptools v54.1.0 introduces a warning that the use of dash-separated
      options in 'setup.cfg' will not be supported in a future version [1].
      Get ahead of the issue by replacing the dashes with underscores. Without
      this, we see 'UserWarning' messages like the following on new enough
      versions of setuptools:
      
        UserWarning: Usage of dash-separated 'description-file' will not be
        supported in future versions. Please use the underscore name
        'description_file' instead
      
      [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
      
      Change-Id: Ic9487a052e549a91fcf09b94e5fae525548f8d68
      2ec633cc
  19. 21 Apr, 2021 2 commits
  20. 16 Apr, 2021 4 commits
  21. 15 Apr, 2021 4 commits
  22. 12 Apr, 2021 1 commit
  23. 25 Mar, 2021 1 commit
  24. 11 Mar, 2021 2 commits