mirror of
https://github.com/ditkrg/traefik-users-blocker-plugin.git
synced 2026-01-22 21:16:43 +00:00
17 lines
317 B
YAML
17 lines
317 B
YAML
displayName: UsersBlocker
|
|
|
|
type: middleware
|
|
|
|
import: github.com/ditkrg/traefik-users-blocker-plugin
|
|
|
|
summary: A middleware that checks if users is allowed to access a path.
|
|
|
|
testData:
|
|
userIds:
|
|
- userId1
|
|
- userId2
|
|
paths:
|
|
- prefix: /v1/users
|
|
mustContain: testValue
|
|
- prefix: /v1/organizations
|