File: s3token_auth_uri-490c1287d90b9df7.yaml

package info (click to toggle)
python-keystonemiddleware 10.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,288 kB
  • sloc: python: 10,017; makefile: 93; sh: 2
file content (8 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
---
features:
  - A new configuration option for the s3token middleware called auth_uri can
    be used to set the URI to be used for authentication. This replaces
    auth_host, auth_port, and auth_protocol.
deprecations:
  - The auth_host, auth_port, and auth_protocol configuration options to the
    s3token middleware are now deprecated.