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
If I click on various links to get more information about commands to use for troubleshooting JetStream,
there are a few pages where examples are given where --password s3cr3t is specified.
While this is functionally correct, it is not optimal from a security perspective to display the unencrypted password.
I would recommend that examples like this be changed to not illustrate specifying the password via --password.
Specifying via NATS_PASSWORD or nats context are slightly better from a security standpoint.
The text was updated successfully, but these errors were encountered:
From this page: JetStream Troubleshooting
If I click on various links to get more information about commands to use for troubleshooting JetStream,
there are a few pages where examples are given where
--password s3cr3t
is specified.While this is functionally correct, it is not optimal from a security perspective to display the unencrypted password.
This is one example:
Viewing Cluster State
I would recommend that examples like this be changed to not illustrate specifying the password via
--password
.Specifying via
NATS_PASSWORD
ornats context
are slightly better from a security standpoint.The text was updated successfully, but these errors were encountered: