Fix small warning message typo: paramemter (#5232)
This commit is contained in:
parent
81e9efb658
commit
d126d94779
|
@ -211,7 +211,7 @@ func (b *backend) pathRolesWrite(ctx context.Context, req *logical.Request, d *f
|
|||
if roleEntry.InvalidData != "" {
|
||||
return logical.ErrorResponse(fmt.Sprintf("unable to parse supplied data: %q", roleEntry.InvalidData)), nil
|
||||
}
|
||||
resp.AddWarning("Detected use of legacy role or policy paramemter. Please upgrade to use the new parameters.")
|
||||
resp.AddWarning("Detected use of legacy role or policy parameter. Please upgrade to use the new parameters.")
|
||||
} else {
|
||||
roleEntry.ProhibitFlexibleCredPath = false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue