-
I need to configure the db password, how to protect the password field value shown as plain text? |
Beta Was this translation helpful? Give feedback.
Answered by
ms2008
Jan 22, 2024
Replies: 2 comments
-
Kong allows you to store secret values in external vaults. Then you can reference them in the plugin's configuration fields. Note that the Kong community version only supports Vault backends implemented by environment variables. For more details. please see https://docs.konghq.com/gateway/latest/kong-enterprise/secrets-management/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dashng
-
Thanks @ms2008 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kong allows you to store secret values in external vaults. Then you can reference them in the plugin's configuration fields.
Note that the Kong community version only supports Vault backends implemented by environment variables. For more details. please see https://docs.konghq.com/gateway/latest/kong-enterprise/secrets-management/