emqx/changes/ce/fix-11798.en.md

6 lines
399 B
Markdown

Fixed the issue where the node could not start after executing `./bin/emqx data import [FILE]`.
And strongly bind apikey's `apikey_key` to `apikey_name`.
- `apikey_key` will generate a unique value from the given human-readable `apikey_name` when generating an apikey using dashboard.
- `apikey_name` will be a unique value generated by `apikey_key` when using bootstrap file to generate apikey, .