Skip to content

Commit e2571df

Browse files
add role to admin deactivation
1 parent 6a201ad commit e2571df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/api-gateway/env/routes/user.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ group = "user"
4747
active = true
4848
name = "Admin User Deactivation"
4949
method = "POST"
50+
roles = ["admin"]
5051
upstream = "http://user-manager:8111"
5152
listen = "/admin/user/deactivation"
5253
strip = false

0 commit comments

Comments
 (0)