Skip to content

Commit e9c4006

Browse files
authored
[TT-13760] Set default value to true for forbidAdminViewAccessToken and forbidAdminResetAccessToken fields. (#394)
1 parent 0fca9b5 commit e9c4006

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

components/tyk-dashboard/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

tyk-control-plane/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

tyk-stack/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)