mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-04 14:25:35 -04:00
Fix the AllowedValues and description on "key_type" on the roles endpoint. (#15184)
This commit is contained in:
parent
86c2ea0178
commit
0cc6693252
1 changed files with 2 additions and 2 deletions
|
|
@ -211,8 +211,8 @@ protection use. Defaults to false. See also RFC 5280 Section 4.2.1.12.`,
|
|||
Type: framework.TypeString,
|
||||
Default: "rsa",
|
||||
Description: `The type of key to use; defaults to RSA. "rsa"
|
||||
"ec" and "ed25519" are the only valid values.`,
|
||||
AllowedValues: []interface{}{"rsa", "ec", "ed25519"},
|
||||
"ec", "ed25519" and "any" are the only valid values.`,
|
||||
AllowedValues: []interface{}{"rsa", "ec", "ed25519", "any"},
|
||||
},
|
||||
|
||||
"key_bits": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue