# Translations template for oslo.policy. # Copyright (C) 2024 ORGANIZATION # This file is distributed under the same license as the oslo.policy # project. # FIRST AUTHOR , 2024. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: oslo.policy VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2024-10-15 20:46+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" "Generated-By: Babel 2.16.0\n" #: oslo_policy/_external.py:92 #, python-format msgid "Unable to find ssl cert_file : %s" msgstr "" #: oslo_policy/_external.py:95 #, python-format msgid "Unable to access ssl cert_file : %s" msgstr "" #: oslo_policy/_external.py:99 #, python-format msgid "Unable to find ssl key_file : %s" msgstr "" #: oslo_policy/_external.py:102 #, python-format msgid "Unable to access ssl key_file : %s" msgstr "" #: oslo_policy/_external.py:108 #, python-format msgid "Unable to find ca cert_file : %s" msgstr "" #: oslo_policy/opts.py:36 msgid "" "This option controls whether or not to enforce scope when evaluating " "policies. If ``True``, the scope of the token used in the request is " "compared to the ``scope_types`` of the policy being enforced. If the " "scopes do not match, an ``InvalidScope`` exception will be raised. If " "``False``, a message will be logged informing operators that policies are" " being invoked with mismatching scope." msgstr "" #: oslo_policy/opts.py:46 msgid "" "This option controls whether or not to use old deprecated defaults when " "evaluating policies. If ``True``, the old deprecated defaults are not " "going to be evaluated. This means if any existing token is allowed for " "old defaults but is disallowed for new defaults, it will be disallowed. " "It is encouraged to enable this flag along with the ``enforce_scope`` " "flag so that you can get the benefits of new defaults and ``scope_type`` " "together. If ``False``, the deprecated policy check string is logically " "OR'd with the new policy check string, allowing for a graceful upgrade " "experience between releases with new policies, which is the default " "behavior." msgstr "" #: oslo_policy/opts.py:61 msgid "" "The relative or absolute path of a file that maps roles to permissions " "for a given service. Relative paths must be specified in relation to the " "configuration file setting this option." msgstr "" #: oslo_policy/opts.py:67 msgid "Default rule. Enforced when a requested rule is not found." msgstr "" #: oslo_policy/opts.py:71 msgid "" "Directories where policy configuration files are stored. They can be " "relative to any directory in the search path defined by the config_dir " "option, or absolute paths. The file defined by policy_file must exist for" " these directories to be searched. Missing or empty directories are " "ignored." msgstr "" #: oslo_policy/opts.py:82 msgid "Content Type to send and receive data for REST based policy check" msgstr "" #: oslo_policy/opts.py:85 msgid "server identity verification for REST based policy check" msgstr "" #: oslo_policy/opts.py:89 msgid "Absolute path to ca cert file for REST based policy check" msgstr "" #: oslo_policy/opts.py:92 msgid "Absolute path to client cert for REST based policy check" msgstr "" #: oslo_policy/opts.py:95 msgid "Absolute path client key file REST based policy check" msgstr "" #: oslo_policy/opts.py:100 msgid "Timeout in seconds for REST based policy check" msgstr "" #: oslo_policy/policy.py:312 #, python-format msgid "%(rule)s is disallowed by policy" msgstr "" #: oslo_policy/policy.py:333 #, python-format msgid "Policy %(name)s is already registered" msgstr "" #: oslo_policy/policy.py:339 #, python-format msgid "Policy %(name)s has not been registered" msgstr "" #: oslo_policy/policy.py:345 #, python-format msgid "Policies %(names)s are not well defined. Check logs for more details." msgstr "" #: oslo_policy/policy.py:352 #, python-format msgid "Invalid policy rule default: %(error)s." msgstr "" #: oslo_policy/policy.py:359 #, python-format msgid "Invalid context object: %(error)s." msgstr "" #: oslo_policy/policy.py:574 #, python-format msgid "Rules must be an instance of dict or Rules, got %s instead" msgstr ""