apache / apache/openwhisk-wskdeploy
Allow/Validate for additional special chars. in entity name
Open
enhancement
priority: high
- Dominant language
- Go
- Stars
- 75
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
This will support the main OpenWhisk change shown here:
https://github.com/apache/incubator-openwhisk/pull/3644#issuecomment-388831848
```
REGEX = raw"\A([\w]|[\w][\w@ .&-]{0,${ENTITY_NAME_MAX_LENGTH - 2}}[\w@.&-])\z"
```
It appears that (for now) only Ampersand ('&') was added.
Contributor guide
Assessment
This issue has not been assessed yet.