You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the OpenABE manual (CLI), I've noted the sentence: "Attributes also includes printable symbols/characters such as $, &, #, % and so on." This seems not the case, however, for sign "+".
For example, I've an attribute representing an email address (yes, I know it is a particular one:) and I'm trying to generate a KP ABE key:
Hi,
I'm using OpenABE for a project on access control for web/cloud APIs.
From the OpenABE manual (CLI), I've noted the sentence: "Attributes also includes printable symbols/characters such as $, &, #, % and so on." This seems not the case, however, for sign "+".
For example, I've an attribute representing an email address (yes, I know it is a particular one:) and I'm trying to generate a KP ABE key:
which results in the following CLI error:
Same result using quotes to delimit the value, i.e.
EDIT: this happens with other signs which are operators such as ">", "<", "=", space, single and double quotes.
Is there a way to tell the underlying parser that the value of an attribute should be interpreted as a plain string?
Thanks,
Giovanni
The text was updated successfully, but these errors were encountered: