mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
secrets/aws: fix role field description (#20686)
This commit is contained in:
committed by
GitHub
parent
3a1e8b8168
commit
578e62214e
@@ -53,9 +53,9 @@ func pathRoles(b *backend) *framework.Path {
|
||||
Fields: map[string]*framework.FieldSchema{
|
||||
"name": {
|
||||
Type: framework.TypeString,
|
||||
Description: "Name of the policy",
|
||||
Description: "Name of the role",
|
||||
DisplayAttrs: &framework.DisplayAttributes{
|
||||
Name: "Policy Name",
|
||||
Name: "Role Name",
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user