File: handle-basic-auth-access-errors-393b368b31f5cad2.yaml

package info (click to toggle)
python-sushy 5.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,036 kB
  • sloc: python: 16,382; makefile: 24; sh: 2
file content (9 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    Fixes an issue in the sushy connector object handling where a
    Sushy client utilizing ``basic`` authentication would not raise
    an AccessError exception once the credentials stopped working.
    We now explicitly check to see if ``basic`` authentication
    is in use, and raise the exception if an AccessError is
    encountered.