Connect: Controlling TRE Data Access #2
Open
bp1183 wants to merge 5 commits into
Open
Conversation
…ponent from controlling-tre-data-access page.mdx
AndrewThien
reviewed
Jul 23, 2026
AndrewThien
left a comment
Member
There was a problem hiding this comment.
can you also edit the link in the home page to ref. this page?
|
|
||
| ### Notices | ||
|
|
||
| - Any string value put into an output value should be inside double quotes. For example: `schema: string(project)` or `"public"`. See [Camunda DMN rule convention](https://docs.camunda.io/docs/components/modeler/feel/language-guide/feel-expressions-introduction/) for more details. |
Member
There was a problem hiding this comment.
Suggested change
| - Any string value put into an output value should be inside double quotes. For example: `schema: string(project)` or `"public"`. See [Camunda DMN rule convention](https://docs.camunda.io/docs/components/modeler/feel/language-guide/feel-expressions-introduction/) for more details. | |
| - Any string value put into an output value should be inside double quotes. For example: `"public"`. If the output values refer to input variables, double quotes are not required, for example, `string(project)`. See [Camunda DMN rule convention](https://docs.camunda.io/docs/components/modeler/feel/language-guide/feel-expressions-introduction/) for more details. |
| This page helps to set the values which are used by the TES backend (e.g., Funnel) to connect to the TRE DB. | ||
|
|
||
| <div className="mt-6"> | ||
| <Image src="/5st-docs/DMNRules.png" alt="DMN Rules screenshot" width={800} height={450} /> |
Member
There was a problem hiding this comment.
Maybe you can do something like this for consistency: https://nextra.site/docs/guide/image#static-image. It's also neater, I think
AndrewThien
reviewed
Jul 23, 2026
| | postgresPort | change to the `TREDBPort` above | | ||
|
|
||
|
|
||
| <Callout type="info"> |
Member
There was a problem hiding this comment.
This callout needs some attention, I think. Maybe just say something like "TRE's Camunda has been tested with PG" or "PG is tested and works with TRE's Camunda, and other DB types are in development/testing"?
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.
PR Description
The documentation for the "Controlling TRE Data Access" lifted from the Google doc and coverted into markdown format.
Related Issues or other material
Related #
Closes #
Screenshots, example outputs/behaviour etc.