Skip to content

Connect: Controlling TRE Data Access #2

Open
bp1183 wants to merge 5 commits into
mainfrom
connect/controlling-tre-data-access
Open

Connect: Controlling TRE Data Access #2
bp1183 wants to merge 5 commits into
mainfrom
connect/controlling-tre-data-access

Conversation

@bp1183

@bp1183 bp1183 commented Jul 23, 2026

Copy link
Copy Markdown
📝 Documentation

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.

Screenshot 2026-07-23 at 10 58 20

@bp1183 bp1183 changed the title Connect/controlling tre data access Controlling TRE Data Access Jul 23, 2026
@bp1183 bp1183 changed the title Controlling TRE Data Access Connect: Controlling TRE Data Access Jul 23, 2026
@bp1183 bp1183 self-assigned this Jul 23, 2026

@AndrewThien AndrewThien left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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} />

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you can do something like this for consistency: https://nextra.site/docs/guide/image#static-image. It's also neater, I think

| postgresPort | change to the `TREDBPort` above |


<Callout type="info">

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants