File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -286,10 +286,10 @@ dashboard:
286286 enableMultiOrgUsers : true
287287 # This is a security feature that allows you to prevent the admin user from viewing the access token of a user.
288288 # It is used to set TYK_DB_SECURITY_FORBIDADMINVIEWACCESSTOKEN
289- forbidAdminViewAccessToken : false
289+ forbidAdminViewAccessToken : true
290290 # This is a security feature that allows you to prevent the admin user from resetting the access token of a user.
291291 # It is used to set TYK_DB_SECURITY_FORBIDADMINRESETACCESSTOKEN
292- forbidAdminResetAccessToken : false
292+ forbidAdminResetAccessToken : true
293293 # Configuration for Audit logs
294294 auditLogs :
295295 # Enables audit logging.
Original file line number Diff line number Diff line change @@ -1221,12 +1221,12 @@ tyk-dashboard:
12211221 # It is used to set TYK_DB_ENABLEMULTIORGUSERS
12221222 enableMultiOrgUsers : true
12231223 # This is a security feature that allows you to prevent the admin user from viewing the access token of a user.
1224- # The default is false .
1224+ # The default is true .
12251225 # It is used to set TYK_DB_SECURITY_FORBIDADMINVIEWACCESSTOKEN
1226- forbidAdminViewAccessToken : false
1226+ forbidAdminViewAccessToken : true
12271227 # This is a security feature that allows you to prevent the admin user from resetting the access token of a user.
12281228 # It is used to set TYK_DB_SECURITY_FORBIDADMINRESETACCESSTOKEN
1229- forbidAdminResetAccessToken : false
1229+ forbidAdminResetAccessToken : true
12301230 # Configuration for Audit logs
12311231 auditLogs :
12321232 # Enables audit logging.
Original file line number Diff line number Diff line change @@ -1235,10 +1235,10 @@ tyk-dashboard:
12351235 enableMultiOrgUsers : true
12361236 # This is a security feature that allows you to prevent the admin user from viewing the access token of a user.
12371237 # It is used to set TYK_DB_SECURITY_FORBIDADMINVIEWACCESSTOKEN
1238- forbidAdminViewAccessToken : false
1238+ forbidAdminViewAccessToken : true
12391239 # This is a security feature that allows you to prevent the admin user from resetting the access token of a user.
12401240 # It is used to set TYK_DB_SECURITY_FORBIDADMINRESETACCESSTOKEN
1241- forbidAdminResetAccessToken : false
1241+ forbidAdminResetAccessToken : true
12421242 # Configuration for Audit logs
12431243 auditLogs :
12441244 # Enables audit logging.
You can’t perform that action at this time.
0 commit comments