Merged
Conversation
guides/multitenancy/mtxs.md
Outdated
| #### Restrict / Enable Annotations | ||
|
|
||
| The following annotations are blocked by default | ||
| ``` |
Contributor
There was a problem hiding this comment.
Suggested change
| ``` | |
| ```txt | |
| @restrict | |
| @requires | |
| @readonly | |
| @mandatory | |
| @assert.* | |
| @cds.persistence.* | |
| @sql.append | |
| @sql.prepend | |
| @path | |
| @impl | |
| @cds.autoexpose | |
| @cds.api.ignore | |
| @odata.etag | |
| @cds.query.limit | |
| @cds.localized | |
| @cds.valid.* | |
| @cds.search | |
| ``` |
Please add a language tag. For plain text add txt as language tag.
swaldmann
reviewed
Sep 30, 2025
guides/multitenancy/mtxs.md
Outdated
|
|
||
| The job and task status can take on the values `QUEUED`, `RUNNING`, `FINISHED` and `FAILED`. | ||
|
|
||
| ### Extension Restriction |
Contributor
There was a problem hiding this comment.
Calling it "Extension Restrictions" above in L813 ;)
Suggested change
| ### Extension Restriction | |
| ### Extension Restrictions |
guides/multitenancy/mtxs.md
Outdated
|
|
||
| ### Extension Restriction | ||
|
|
||
| You can restrict what parts of the application model can be extended by the SaaS Customer. |
Contributor
There was a problem hiding this comment.
Suggested change
| You can restrict what parts of the application model can be extended by the SaaS Customer. | |
| You can restrict what parts of the application model can be extended by the SaaS customer. |
guides/multitenancy/mtxs.md
Outdated
Comment on lines
+1054
to
+1055
| > As soon as an `extension-allowlist` is present, extensions are forbidden, except those that are listed | ||
| in the `extension-allowlist`. |
Contributor
There was a problem hiding this comment.
Shorter:
Suggested change
| > As soon as an `extension-allowlist` is present, extensions are forbidden, except those that are listed | |
| in the `extension-allowlist`. | |
| > If an `extension-allowlist` is defined, only the configured extensions are allowed. |
guides/multitenancy/mtxs.md
Outdated
|
|
||
| #### Restrict Service Extensions | ||
|
|
||
| By adding services to the `extension-allowlist`, services are enabled for extensions by Saas Customers. |
Contributor
There was a problem hiding this comment.
Suggested change
| By adding services to the `extension-allowlist`, services are enabled for extensions by Saas Customers. | |
| By adding services to the `extension-allowlist`, services are enabled for extensions by Saas customers. |
guides/multitenancy/mtxs.md
Outdated
| #### Restrict Service Extensions | ||
|
|
||
| By adding services to the `extension-allowlist`, services are enabled for extensions by Saas Customers. | ||
| In addition, you can restrict the number of bound entities by setting a number for "new-entites". |
Contributor
There was a problem hiding this comment.
Suggested change
| In addition, you can restrict the number of bound entities by setting a number for "new-entites". | |
| In addition, you can restrict the number of bound entities by setting a limit for "new-entites". |
swaldmann
reviewed
Sep 30, 2025
Contributor
|
👍 just a few minor things |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Separate section with some more details around extension allowlists