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
* feat: enable token hashing by default
Enable token hashing by default. Pass "--use-token-hashing=false" on
influxd command line to disable.
- Make hashed tokens on by default for main influxd command.
- Update command line help for "--use-hashed-tokens".
- Remove "--use-hashed-tokens" command line parameter for `influxd
upgrade` command. Tokens are now only converted when influxd is run
with token hashing enabled.
- Add log message when raw tokens are hashed at influxd startup.
- Add log message indicating if hashed tokens are enabled.
- Add log message when raw tokens are hashed at influxd startup.
- Add log message indicating if hashed tokens are enabled.
- Update tests as needed.
- Update code comments to reflect token hashing is now default.
0 commit comments