Skip to content

Commit

Permalink
Add format of acl import
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed May 9, 2024
1 parent 8113b95 commit a57874c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/acl/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func ParseResourceID(id string) (*ParsedPrimaryID, error) {

idParts := ParseIDParts(id)
if len(idParts) < 3 {
return nil, errors.New("Parse Resource ID invalid")
return nil, errors.New("Parse Resource ID invalid, the format must be <SERVICE>::<INSTANCE>::<RULE_ID>")
}

if len(idParts) == 3 {
Expand Down

0 comments on commit a57874c

Please sign in to comment.