Skip to content

Commit

Permalink
[TT-13760] Set default value to true for forbidAdminViewAccessToken a…
Browse files Browse the repository at this point in the history
…nd forbidAdminResetAccessToken fields. (#394)
  • Loading branch information
buraksezer authored Feb 28, 2025
1 parent 0fca9b5 commit e9c4006
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions components/tyk-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,10 @@ dashboard:
enableMultiOrgUsers: true
# This is a security feature that allows you to prevent the admin user from viewing the access token of a user.
# It is used to set TYK_DB_SECURITY_FORBIDADMINVIEWACCESSTOKEN
forbidAdminViewAccessToken: false
forbidAdminViewAccessToken: true
# This is a security feature that allows you to prevent the admin user from resetting the access token of a user.
# It is used to set TYK_DB_SECURITY_FORBIDADMINRESETACCESSTOKEN
forbidAdminResetAccessToken: false
forbidAdminResetAccessToken: true
# Configuration for Audit logs
auditLogs:
# Enables audit logging.
Expand Down
6 changes: 3 additions & 3 deletions tyk-control-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1221,12 +1221,12 @@ tyk-dashboard:
# It is used to set TYK_DB_ENABLEMULTIORGUSERS
enableMultiOrgUsers: true
# This is a security feature that allows you to prevent the admin user from viewing the access token of a user.
# The default is false.
# The default is true.
# It is used to set TYK_DB_SECURITY_FORBIDADMINVIEWACCESSTOKEN
forbidAdminViewAccessToken: false
forbidAdminViewAccessToken: true
# This is a security feature that allows you to prevent the admin user from resetting the access token of a user.
# It is used to set TYK_DB_SECURITY_FORBIDADMINRESETACCESSTOKEN
forbidAdminResetAccessToken: false
forbidAdminResetAccessToken: true
# Configuration for Audit logs
auditLogs:
# Enables audit logging.
Expand Down
4 changes: 2 additions & 2 deletions tyk-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1235,10 +1235,10 @@ tyk-dashboard:
enableMultiOrgUsers: true
# This is a security feature that allows you to prevent the admin user from viewing the access token of a user.
# It is used to set TYK_DB_SECURITY_FORBIDADMINVIEWACCESSTOKEN
forbidAdminViewAccessToken: false
forbidAdminViewAccessToken: true
# This is a security feature that allows you to prevent the admin user from resetting the access token of a user.
# It is used to set TYK_DB_SECURITY_FORBIDADMINRESETACCESSTOKEN
forbidAdminResetAccessToken: false
forbidAdminResetAccessToken: true
# Configuration for Audit logs
auditLogs:
# Enables audit logging.
Expand Down

0 comments on commit e9c4006

Please sign in to comment.