1. 05 May, 2022 1 commit
  2. 22 Mar, 2022 1 commit
  3. 04 Mar, 2022 2 commits
  4. 21 Dec, 2021 1 commit
  5. 26 Oct, 2021 1 commit
  6. 25 Oct, 2021 2 commits
  7. 10 Sep, 2021 2 commits
  8. 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
  9. 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
  10. 26 May, 2021 1 commit
  11. 18 May, 2021 1 commit
  12. 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
  13. 21 Apr, 2021 2 commits
  14. 16 Apr, 2021 4 commits
  15. 15 Apr, 2021 4 commits
  16. 12 Apr, 2021 1 commit
  17. 25 Mar, 2021 1 commit
  18. 03 Jan, 2021 1 commit
  19. 04 Nov, 2020 2 commits
  20. 05 Oct, 2020 1 commit
  21. 22 Sep, 2020 2 commits
    • Hervé Beraud's avatar
      ignore reno generated artifacts · a2203310
      Hervé Beraud authored
      Change-Id: Ic85d9ddc9c1272c81143eeef62fd0ce5a1e6909f
      a2203310
    • Hervé Beraud's avatar
      Adding pre-commit · d023c60c
      Hervé Beraud authored
      Introduced changes:
      - pre-commit config and rules
      - Add pre-commit to pep8 gate, Flake8 is covered in the pre-commit hooks.
      - Applying fixes for pre-commit compliance in all code.
      
      Also commit hash will be used instead of version tags in pre-commit to
      prevend arbitrary code from running in developer's machines.
      
      pre-commit will be used to:
      - trailing whitespace;
      - Replaces or checks mixed line ending (mixed-line-ending);
      - Forbid files which have a UTF-8 byte-order marker (check-byte-order-marker);
      - Checks that non-binary executables have a proper
        shebang (check-executables-have-shebangs);
      - Check for files that contain merge conflict strings (check-merge-conflict);
      - Check for debugger imports and py37+ breakpoint()
        calls in python source (debug-statements);
      - Attempts to load all yaml files to verify syntax (check-yaml);
      - Run flake8 checks (flake8) (local)
      
      For further details about tests please refer to:
      https://github.com/pre-commit/pre-commit-hooks
      
      
      
      Change-Id: Ifc5ee35d399c628604ec1644eb447936803c45f5
      Signed-off-by: default avatarMoisés Guimarães de Medeiros <moguimar@redhat.com>
      d023c60c
  22. 11 Sep, 2020 2 commits
  23. 24 Jul, 2020 1 commit
  24. 30 Jun, 2020 1 commit
  25. 04 Jun, 2020 1 commit
  26. 02 Jun, 2020 1 commit
  27. 28 May, 2020 1 commit