mirror of
https://github.com/ditkrg/traefik-users-blocker-plugin.git
synced 2026-01-22 19:16:57 +00:00
16 lines
277 B
YAML
16 lines
277 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:
|
|
- base: /v1/users
|
|
path: /testValue
|