# SOME DESCRIPTIVE TITLE. # Copyright (C) 2016, oslo.middleware Developers # This file is distributed under the same license as the oslo.middleware package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: oslo.middleware \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-05-06 11:28+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../../:5 unmaintained/victoria>:62 #: unmaintained/wallaby>:62 unmaintained/yoga>:85 unmaintained/zed>:85 msgid "3.20.0" msgstr "" #: ../../:5 unmaintained/victoria>:36 #: unmaintained/wallaby>:36 unmaintained/yoga>:59 unmaintained/zed>:59 msgid "3.27.0" msgstr "" #: ../../:5 unmaintained/victoria>:21 #: unmaintained/wallaby>:21 unmaintained/yoga>:44 unmaintained/zed>:44 msgid "3.38.1" msgstr "" #: ../../:5 unmaintained/victoria>:5 #: unmaintained/wallaby>:5 unmaintained/yoga>:28 unmaintained/zed>:28 msgid "4.0.0" msgstr "" #: ../../:5 unmaintained/yoga>:5 #: unmaintained/zed>:5 msgid "4.4.0" msgstr "" #: ../../:29 msgid "6.0.0" msgstr "" #: ../../:5 msgid "6.1.0" msgstr "" #: ../../:14 unmaintained/yoga>:14 #: unmaintained/zed>:14 msgid "" "Adds a basic http auth middleware 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." msgstr "" #: ../../:57 msgid "Deprecation Notes" msgstr "" #: ../../:14 unmaintained/victoria>:30 #: unmaintained/wallaby>:30 unmaintained/yoga>:53 unmaintained/zed>:53 msgid "Log when max_request_body_size is exceeded." msgstr "" #: ../../:10 stable/2024.1>:34 stable/pike>:10 #: unmaintained/victoria>:41 unmaintained/wallaby>:41 unmaintained/xena>:10 #: unmaintained/yoga>:10 unmaintained/yoga>:64 unmaintained/zed>:10 #: unmaintained/zed>:64 msgid "New Features" msgstr "" #: ../../:10 stable/train>:10 #: unmaintained/victoria>:26 unmaintained/victoria>:67 unmaintained/wallaby>:26 #: unmaintained/wallaby>:67 unmaintained/yoga>:49 unmaintained/yoga>:90 #: unmaintained/zed>:49 unmaintained/zed>:90 msgid "Other Notes" msgstr "" #: ../../:14 unmaintained/victoria>:14 #: unmaintained/wallaby>:14 unmaintained/yoga>:37 unmaintained/zed>:37 msgid "" "Support for Python 2.7 has been dropped. The minimum version of Python now " "supported is Python 3.6." msgstr "" #: ../../:14 unmaintained/victoria>:71 #: unmaintained/wallaby>:71 unmaintained/yoga>:94 unmaintained/zed>:94 msgid "Switch to reno for managing release notes." msgstr "" #: ../../:61 msgid "" "The SSL middleware has been removed. It was deprecated in favor of the " "HTTPProxyToWSGI middleware." msgstr "" #: ../../:50 msgid "" "The ``olso.middleware`` package has been removed. This package was earlier " "deprecated to be replaced by the ``oslo_middleware`` package." msgstr "" #: ../../:38 msgid "" "The new ``[healthcheck] allowed_source_ranges`` parameter has been added. " "This parameter defines a list of network ranges from which access to ``/" "healthcheck`` endpoint is allowed." msgstr "" #: ../../:14 msgid "" "The new ``[healthcheck] ignore_proxied_requests`` option has been added. " "When this option is set to true, the healthcheck middleware ignores requests " "with any of the following headers, which indicates that the requests came " "through a reverse proxy or a load balancer." msgstr "" #: ../../:14 unmaintained/victoria>:45 #: unmaintained/wallaby>:45 unmaintained/yoga>:68 unmaintained/zed>:68 msgid "" "This adds a new ``compat_headers`` class attribute to the ``RequestId`` " "middleware. That allows projects like Nova that have API contracts on " "alternative request-id headers to adopt the oslo ``RequestId`` middleware " "but still retain their API contract." msgstr "" #: ../../:21 unmaintained/victoria>:52 #: unmaintained/wallaby>:52 unmaintained/yoga>:75 unmaintained/zed>:75 msgid "" "This adds support for ``global_request_id`` to the ``RequestId`` middleware. " "An inbound header of ``X-OpenStack-Request-ID`` is accepted as long as it is " "of the format ``req-$uuid``, and made available to oslo.context. This will " "allow for cross project request id tracking." msgstr "" #: ../../:46 stable/ussuri>:10 #: unmaintained/victoria>:10 unmaintained/wallaby>:10 unmaintained/yoga>:33 #: unmaintained/zed>:33 msgid "Upgrade Notes" msgstr "" #: ../../:22 msgid "``x-forwarded-for``" msgstr "" #: ../../:21 msgid "``x-forwarded-host``" msgstr "" #: ../../:23 msgid "``x-forwarded-prefix``" msgstr "" #: ../../:20 msgid "``x-forwarded-proto``" msgstr "" #: ../../:19 msgid "``x-forwarded``" msgstr "" #: ../source/2023.1.rst:3 msgid "2023.1 Series Release Notes" msgstr "" #: ../source/2023.2.rst:3 msgid "2023.2 Series Release Notes" msgstr "" #: ../source/2024.1.rst:3 msgid "2024.1 Series Release Notes" msgstr "" #: ../source/index.rst:3 msgid "oslo.middleware Release Notes" msgstr "" #: ../source/ocata.rst:3 msgid "Ocata Series Release Notes" msgstr "" #: ../source/pike.rst:3 msgid "Pike Series Release Notes" msgstr "" #: ../source/queens.rst:3 msgid "Queens Series Release Notes" msgstr "" #: ../source/rocky.rst:3 msgid "Rocky Series Release Notes" msgstr "" #: ../source/stein.rst:3 msgid "Stein Series Release Notes" msgstr "" #: ../source/train.rst:3 msgid "Train Series Release Notes" msgstr "" #: ../source/unreleased.rst:3 msgid "Unreleased Release Notes" msgstr "" #: ../source/ussuri.rst:3 msgid "Ussuri Series Release Notes" msgstr "" #: ../source/victoria.rst:3 msgid "Victoria Series Release Notes" msgstr "" #: ../source/wallaby.rst:3 msgid "Wallaby Series Release Notes" msgstr "" #: ../source/xena.rst:3 msgid "Xena Series Release Notes" msgstr "" #: ../source/yoga.rst:3 msgid "Yoga Series Release Notes" msgstr "" #: ../source/zed.rst:3 msgid "Zed Series Release Notes" msgstr ""