#, 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-05-06 11:49+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: oslo_policy/_external.py:85 #, python-format msgid "Unable to find ssl cert_file : %s" msgstr "" #: oslo_policy/_external.py:88 #, python-format msgid "Unable to access ssl cert_file : %s" msgstr "" #: oslo_policy/_external.py:92 #, python-format msgid "Unable to find ssl key_file : %s" msgstr "" #: oslo_policy/_external.py:95 #, python-format msgid "Unable to access ssl key_file : %s" msgstr "" #: oslo_policy/_external.py:101 #, python-format msgid "Unable to find ca cert_file : %s" msgstr "" #: oslo_policy/opts.py:29 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:39 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:54 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:61 msgid "Default rule. Enforced when a requested rule is not found." msgstr "" #: oslo_policy/opts.py:66 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:78 msgid "Content Type to send and receive data for REST based policy check" msgstr "" #: oslo_policy/opts.py:81 msgid "server identity verification for REST based policy check" msgstr "" #: oslo_policy/opts.py:85 msgid "Absolute path to ca cert file for REST based policy check" msgstr "" #: oslo_policy/opts.py:88 msgid "Absolute path to client cert for REST based policy check" msgstr "" #: oslo_policy/opts.py:91 msgid "Absolute path client key file 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 ""