infobloxopen / seal

Apache License 2.0
16 stars 11 forks source link

error msg incorrect on invalid action #115

Closed rchowinfoblox closed 4 years ago

rchowinfoblox commented 4 years ago

If an invalid action is supplied, for example:

myinvalidaction subject group everyone to manage dns.abacpolicy;

The error msg incorrectly states:

FATA[0000] could not compile rules file    error="verb myinvalidaction is not valid for type myverb"

The correct error msg should be:

FATA[0000] could not compile rules file    error="action myinvalidaction is not valid for type dns.abacpolicy"
wplu commented 4 years ago

done