The current regex: ``` ^(([a-zA-Z0-9/_|\\-=+]{1,})|\\*)$ ``` Doesn't allow for object ids that include `:` as separators, which are sometimes used in user identifiers.