types: make pre auth key use bcrypt (#2853)
This commit is contained in:
parent
e3ced80278
commit
da9018a0eb
21 changed files with 1450 additions and 225 deletions
|
|
@ -88,7 +88,7 @@ var listPreAuthKeys = &cobra.Command{
|
|||
tableData := pterm.TableData{
|
||||
{
|
||||
"ID",
|
||||
"Key",
|
||||
"Key/Prefix",
|
||||
"Reusable",
|
||||
"Ephemeral",
|
||||
"Used",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue