Skip to content

Commit

Permalink
Merge pull request #136 from telefonicaid/fgalan-patch-1
Browse files Browse the repository at this point in the history
FIX update servicepath syntax rules
  • Loading branch information
AlvaroVega committed Aug 5, 2021
2 parents 669f121 + 388ad07 commit 783fa9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/multitenancy.md
Expand Up @@ -29,8 +29,8 @@ The following syntax rules apply to service:

The following syntax rules apply to subservice:

* It must start with the `/` character.
* Maximum length is 50 characters.
* Minimum length is 1 character.
* Only alphanumeric characters and underscores (`_`) are allowed (apart from the initial `/`).
* It uses the following syntax: `/<token1>/<token2>/.../<tokenN>` (regular subservices) or `#<token1>/<token2>/.../<tokenN>` (grants). The most common case is `/<token1>`.
* Maximum length is 128 characters.
* Minimum length in each token is 1 character.
* Only alphanumeric characters and underscores (`_`) are allowed in each token.
* It is interpreted in a case-sensitive way.

0 comments on commit 783fa9c

Please sign in to comment.