apache / apache/openwhisk-wskdeploy

Allow/Validate for additional special chars. in entity name

Open
#904 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.