keystonemiddleware/releasenotes/notes/s3token_auth_uri-490c1287d90b9df7.yaml
Brant Knudson 8dee7458e3 s3token config with auth URI
s3token middleware only allows configuring host and port for the
auth URI. This doesn't allow the auth server to be on a path.

A new auth_uri config option is added that allows the deployer to
specify the full URL for auth. This overrides auth_host, auth_port,
and auth_protocol. auth_host, auth_port, and auth_protocol are
deprecated.

DocImpact

Change-Id: I1fe13f0365ca4704717fe680a0c8f54c64a9f06c
2016-05-03 16:31:17 -05:00

9 lines
343 B
YAML

---
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.