@@ -276,7 +276,7 @@ targets:
276
276
# - path: /
277
277
# # Whitelist
278
278
# whiteList: true
279
- # # A Path must be declared for a resource filtering (a wildcard can be added to match every sub path)
279
+ # # A Path must be declared for a resource filtering (a wildcard can be added to match every sub path)
280
280
# - path: /specific_doc/*
281
281
# # HTTP Methods authorized (Must be in GET, PUT or DELETE)
282
282
# methods:
@@ -290,7 +290,7 @@ targets:
290
290
# # NOTE: This list can be empty ([]) for authentication only and no group filter
291
291
# authorizationAccesses: # Authorization accesses : groups or email or regexp
292
292
# - group: specific_users
293
- # # A Path must be declared for a resource filtering (a wildcard can be added to match every sub path)
293
+ # # A Path must be declared for a resource filtering (a wildcard can be added to match every sub path)
294
294
# - path: /directory1/*
295
295
# # HTTP Methods authorized (Must be in GET, PUT or DELETE)
296
296
# methods:
@@ -305,14 +305,36 @@ targets:
305
305
# - user: user1
306
306
# password:
307
307
# path: password1-in-file
308
- # # A Path must be declared for a resource filtering (a wildcard can be added to match every sub path)
308
+ # # A Path must be declared for a resource filtering (a wildcard can be added to match every sub path)
309
309
# - path: /opa-protected/*
310
310
# # OIDC section for access filter
311
311
# oidc:
312
312
# # Authorization through OPA server configuration
313
313
# authorizationOPAServer:
314
314
# # OPA server url with data path
315
315
# url: http://localhost:8181/v1/data/example/authz/allowed
316
+ # # A Path must be declared for a resource filtering (a wildcard can be added to match every sub path)
317
+ # - path: /specific_doc/*
318
+ # # HTTP Methods authorized (Must be in GET, PUT or DELETE)
319
+ # methods:
320
+ # - GET
321
+ # - PUT
322
+ # - DELETE
323
+ # # A authentication provider declared in section before, here is the key name
324
+ # provider: provider1
325
+ # # Header section for access filter
326
+ # header:
327
+ # # NOTE: This list can be empty ([]) for authentication only and no group filter
328
+ # authorizationAccesses: # Authorization accesses : groups or email or regexp
329
+ # - group: specific_users
330
+ # # A Path must be declared for a resource filtering (a wildcard can be added to match every sub path)
331
+ # - path: /opa-protected/*
332
+ # # Header section for access filter
333
+ # header:
334
+ # # Authorization through OPA server configuration
335
+ # authorizationOPAServer:
336
+ # # OPA server url with data path
337
+ # url: http://localhost:8181/v1/data/example/authz/allowed
316
338
# ## Actions
317
339
# actions:
318
340
# # Action for GET requests on target
0 commit comments