Support Additional Characters in Entity Identifier Regex Pattern
Y
Yifat Yaacov Matatof
We are using a self-service action in our Developer Portal to submit feedback, which creates or updates an entity using a title-based identifier. We've encountered an issue where the entity creation fails if the title includes certain characters, such as apostrophes (e.g., “can’t”).
We understand that Port enforces a regex pattern for entity identifiers:
^[A-Za-z0-9@_.+: \ \/=-]+
We would like to request support for additional characters (e.g., apostrophes ') in entity identifiers. This would enable a more natural feedback experience for users who may enter standard punctuation in form fields.
Y
Yasser Aquino
For AWS EC2 Elastic IP, the identifier is separated by a pipe char ( | ) which is not permitted. Here is an example from Audit Log:
"identifier": "11.11.11.11|eipalloc-0xxxxxxxxx"
Error: "identifier" must match pattern "...."