added changelog

add-bind-type-policy
Ronald Ekambi 1 year ago
parent 0e7571aa5f
commit fdc8bda9ff

@ -0,0 +1,3 @@
```release-note:feature
acl: add policy bindtype to binding rules.
```

@ -204,7 +204,7 @@ func IsValidBindingRule(bindType, bindName string, bindVars *structs.ACLTemplate
return fmt.Errorf("failed to validate bindType %q: %w", bindType, err)
}
default:
return fmt.Errorf("Invalid Binding Rule: unknown BindType %q", bindType)
return fmt.Errorf("invalid Binding Rule: unknown BindType %q", bindType)
}
return nil

Loading…
Cancel
Save