Update git submodules

* Update ironic-lib from branch 'master'
  - Merge "Implement Basic HTTP authentication middleware"
  - Implement Basic HTTP authentication middleware
    
    This middleware is added to ironic-lib so that it can eventually be
    used by ironic and ironic-inspector as an alternative to noauth in
    standalone environments.
    
    This middleware is passed a path to a file which supports the
    Apache htpasswd syntax[1]. 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.
    
    [1] https://httpd.apache.org/docs/current/misc/password_encryptions.html
    Needed-By: https://review.opendev.org/727467
    Needed-By: https://review.opendev.org/729463
    
    Change-Id: I874783b8ece0eedf27a94dfed5163d0c82f8b9de
    Story: 2007656
    Task: 39740
This commit is contained in:
Zuul 2020-06-01 20:57:22 +00:00 committed by Gerrit Code Review
parent 9499df94c0
commit 8042245f06
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 254d6990128a12fbae327c33eb875f76b3fe3ea7
Subproject commit df238ba1f3b15b5d390101bdb234c21b49df67f5