Skip to content

Commit

Permalink
fix(admin-gui): make admin_gui_ssl_cert_key sensitive (#11332) (#11333)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekolab authored Jul 31, 2023
1 parent 6e86cd4 commit 3e9f64e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kong/conf_loader/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,7 @@ local CONF_SENSITIVE = {
ssl_cert_key = true,
client_ssl_cert_key = true,
admin_ssl_cert_key = true,
admin_gui_ssl_cert_key = true,
status_ssl_cert_key = true,
debug_ssl_cert_key = true,
}
Expand Down

0 comments on commit 3e9f64e

Please sign in to comment.