You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The elements log output (i.e. /debug.log) includes a summary of the configuration options just after it launches. These include the fields mainchainrpcpassword and mainchainrpcuser with their values shown in clear text.
Describe the solution you'd like
It would be nice to have these values obscured to prevent unintended disclosure of credentials. Elements already does this for rpcuser and rpcpassword, i.e. "rpcpassword=****", the same methodology may be appropriate.
Describe alternatives you've considered
None
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The elements log output (i.e. /debug.log) includes a summary of the configuration options just after it launches. These include the fields
mainchainrpcpassword
andmainchainrpcuser
with their values shown in clear text.Describe the solution you'd like
It would be nice to have these values obscured to prevent unintended disclosure of credentials. Elements already does this for
rpcuser
andrpcpassword
, i.e. "rpcpassword=****
", the same methodology may be appropriate.Describe alternatives you've considered
None
Additional context
N/A
The text was updated successfully, but these errors were encountered: