change token_id to token-id

This commit is contained in:
lostsquirrel
2020-12-23 16:48:01 +08:00
committed by GitHub
parent 0d342162f2
commit 89b3cc978b
@@ -358,7 +358,7 @@ data:
A bootstrap type Secret has the following keys specified under `data`:
- `token_id`: A random 6 character string as the token identifier. Required.
- `token-id`: A random 6 character string as the token identifier. Required.
- `token-secret`: A random 16 character string as the actual token secret. Required.
- `description`: A human-readable string that describes what the token is
used for. Optional.