File: trapperkeeper-authorization.pot

package info (click to toggle)
trapperkeeper-authorization-clojure 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 492 kB
  • sloc: makefile: 26; sh: 14; xml: 10
file content (304 lines) | stat: -rw-r--r-- 10,350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Puppet <docs@puppet.com>
# This file is distributed under the same license as the puppetlabs.trapperkeeper_authorization package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: puppetlabs.trapperkeeper_authorization \n"
"X-Git-Ref: 2f3ccce3014a7483cf1182ce44cad1f53cd7955a\n"
"Report-Msgid-Bugs-To: docs@puppet.com\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: src/puppetlabs/trapperkeeper/authorization/acl.clj
msgid "RBAC permissions cannot be used to deny access. Permission: ''{0}''"
msgstr ""

#: src/puppetlabs/trapperkeeper/authorization/acl.clj
msgid "invalid domain value: {0}"
msgstr ""

#: src/puppetlabs/trapperkeeper/authorization/ring_middleware.clj
msgid ""
"The HTTP header {0} was specified with {1} but the allow-header-cert-info "
"was either not set, or was set to false. This header will be ignored."
msgstr ""

#: src/puppetlabs/trapperkeeper/authorization/ring_middleware.clj
msgid "{0} Treating client as ''unauthenticated''."
msgstr ""

#: src/puppetlabs/trapperkeeper/authorization/ring_middleware.clj
msgid "Common name is {0}"
msgstr ""

#: src/puppetlabs/trapperkeeper/authorization/ring_middleware.clj
msgid "CN could not be found in certificate DN"
msgstr ""

#: src/puppetlabs/trapperkeeper/authorization/ring_middleware.clj
msgid "No certificate found in request for name resolution."
msgstr ""

#: src/puppetlabs/trapperkeeper/authorization/ring_middleware.clj
msgid "CN could not be found in RFC 2253 DN provided by HTTP header"
msgstr ""

#: src/puppetlabs/trapperkeeper/authorization/ring_middleware.clj
msgid "CN could not be found in DN provided by HTTP header"
msgstr ""

#: src/puppetlabs/trapperkeeper/authorization/ring_middleware.clj
msgid "header-client-verify-val: "
msgstr ""

#. Translator note: {1} is the header name, {2} is the header value
#: src/puppetlabs/trapperkeeper/authorization/ring_middleware.clj
msgid "Client with CN ''{0}'' was not verified by ''{1}'' header: ''{2}''"
msgstr ""

#: src/puppetlabs/trapperkeeper/authorization/ring_middleware.clj
msgid "Unable to URL decode the {0} header: {1}"
msgstr ""

#: src/puppetlabs/trapperkeeper/authorization/ring_middleware.clj
msgid "Unable to parse {0} into certificate: {1}"
msgstr ""

#: src/puppetlabs/trapperkeeper/authorization/ring_middleware.clj
msgid "No certs found in PEM read from {0}"
msgstr ""

#: src/puppetlabs/trapperkeeper/authorization/ring_middleware.clj
msgid "Only 1 PEM should be supplied for {0} but {1} found"
msgstr ""

#: src/puppetlabs/trapperkeeper/authorization/ring_middleware.clj
msgid "Authorized name: {0}"
msgstr ""

#: src/puppetlabs/trapperkeeper/authorization/ring_middleware.clj
msgid "Allow-header-cert-info: {0}"
msgstr ""

#: src/puppetlabs/trapperkeeper/authorization/rules.clj
msgid ""
"Request to ''{0}'' from ''{1}'' did not match rule ''{2}'' - continuing "
"matching"
msgstr ""

#: src/puppetlabs/trapperkeeper/authorization/rules.clj
msgid ""
"Forbidden request: {0} access to {1} (method {2}) at {3}:{4} (authenticated: "
"{5}) denied by rule ''{6}''."
msgstr ""

#: src/puppetlabs/trapperkeeper/authorization/rules.clj
msgid ""
"Forbidden request: {0} access to {1} (method {2}) (authenticated: {3}) "
"denied by rule ''{4}''."
msgstr ""

#: src/puppetlabs/trapperkeeper/authorization/rules.clj
msgid ""
"Forbidden request: {0} (method {1}). RBAC Message: {2} Please see the server "
"logs for details."
msgstr ""

#: src/puppetlabs/trapperkeeper/authorization/rules.clj
msgid ""
"Forbidden request: {0} (method {1}). Please see the server logs for details."
msgstr ""

#: src/puppetlabs/trapperkeeper/authorization/rules.clj
msgid ""
"Request to ''{0}'' from ''{1}'' handled by rule ''{2}'' - request allowed"
msgstr ""

#: src/puppetlabs/trapperkeeper/authorization/rules.clj
msgid ""
"Request to ''{0}'' from ''{1}'' handled by rule ''{2}'' - request denied"
msgstr ""

#: src/puppetlabs/trapperkeeper/authorization/rules.clj
msgid ""
"Request to ''{0}'' from ''{1}'' did not match any rules - request denied"
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid ""
"extensions key should map an extension to a value or list of values; got {0}"
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid "certname key should map to a string; got ''{0}''"
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid ""
"permission key should map to a string of form ''object_type:action:"
"instance''; got ''{0}''"
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid ""
"ACL Definition must contain exactly one of ''certname'' or ''extensions'' or "
"''rbac'' keys; got ''{0}''"
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid "Unable to parse ACL; expected string or map but got: ''{0}''"
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid "The path regex provided in the rule defined as {0} is invalid: {1}"
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid ""
"The {0} field provided in the rule specified as {1} contains the back "
"reference ''${2}'' which refers to a capture group in the regex that "
"doesn''t exist."
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid "An authorization rule should be specified as a map."
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid "An authorization rule must contain a ''match-request'' section."
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid "The authorization rule specified as {0} does not contain a ''{1}'' key."
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid ""
"The sort-order set in the authorization rule specified as {0} is invalid. "
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid "It should be a number from 1 to 999."
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid ""
"Authorization rule specified as {0} cannot have allow or deny if allow-"
"unauthenticated."
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid ""
"Authorization rule specified as {0} must contain either a ''deny'' or "
"''allow'' rule."
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid ""
"The type set in the authorization rule specified as {0} should be a string "
"that is either ''path'' or ''regex''."
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid "The type set in the authorization rule specified as {0} is invalid. "
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid "It should be set to either ''path'' or ''regex''."
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid "The path set in the authorization rule specified as {0} is invalid. "
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid "It should be a string."
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid "Invalid method in the authorization rule specified as {0}. "
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid ""
"The method should be a string or list of strings equal to one of the "
"following: "
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid ""
"The {0} list in the rule specified as {1} contains one or more ACEs that are "
"not maps or strings."
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid ""
"The ACE ''{0}'' in the ''{1}'' field of the rule specified as {2} is "
"invalid. "
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid "It should be a string or a map with keys :extensions or :certname."
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid "The query-param ''{0}'' in the rule specified as {1} is invalid. "
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid ""
"The query-param value for ''{0}'' in the rule specified as {1} is invalid. "
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid "It should be a string or list of strings."
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid ""
"The ''{0}'' query-param in the rule specified as {1} contains one or more "
"values that are not strings."
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid "Missing authorization service configuration."
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid "The authorization service configuration is not a map."
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid "allow-header-cert-info is not a boolean."
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid ""
"Unsupported or missing version in configuration file. Supported versions "
"are: 1"
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid "The authorization service configuration rules is not a list."
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_core.clj
msgid "Duplicate rules named ''{0}''. Rules must be uniquely named."
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_service.clj
msgid "Transformed auth.conf rules:n{0}"
msgstr ""

#: src/puppetlabs/trapperkeeper/services/authorization/authorization_service.clj
msgid "Configuration:n {0}"
msgstr ""