Skip to content

Update Scopes and Examples#12

Open
lynnfaraday wants to merge 8 commits into
mainfrom
linda/update-scopes
Open

Update Scopes and Examples#12
lynnfaraday wants to merge 8 commits into
mainfrom
linda/update-scopes

Conversation

@lynnfaraday

@lynnfaraday lynnfaraday commented Mar 2, 2026

Copy link
Copy Markdown
Collaborator

Overview

  • Update the scopes list to what the MDH Starter Kit needs.
  • Print a participant and PPT token if one is found (useful for illustration / debugging).
  • Add an env var for API endpoint.
  • Disable PR tagging for dependabot updates (which would fail anyway due to lacking permissions).
  • Minor cleanup.

Security

REMINDER: All file contents are public.

  • I have ensured no secure credentials or sensitive information remain in code, metadata, comments, etc.
  • There are no temporary testing changes committed such as API base URLs, access tokens, print/log statements, etc.
  • These changes do not introduce any security risks, or any such risks have been properly mitigated.

Describe briefly what security risks you considered, why they don't apply, or how they've been mitigated.

Consider "Squash and merge" as needed to keep the commit history reasonable on main.

Reviewers

Assign to the appropriate reviewer(s). Minimally, a second set of eyes is needed ensure no non-public information is published. Consider also including:

  • Subject-matter experts
  • Style/editing reviewers
  • Others requested by the content owner

@lynnfaraday lynnfaraday requested a review from greinard March 2, 2026 04:19
@github-actions github-actions Bot added the cc/publicinfo/mdh Public content changes for MDH and Designer label Mar 2, 2026
@lynnfaraday lynnfaraday changed the title Update Scopes and Packages Update Scopes and Examples Jun 8, 2026
Comment thread dotenv.sample
# You can use \n to separate the lines in your private key
RKS_PRIVATE_KEY=

RKS_ENDPOINT=https://designer.mydatahelps.org No newline at end of file

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I'd call this the BASE_URL rather than the ENDPOINT.

Comment thread README.md
If you have participants, the quickstart will also print out the first participant's details and a participant token for them.

You can also edit the code to specify a participant identifier and get a participant access token for that participant. This token is only needed for [MyDataHelps Embeddables](https://developer.mydatahelps.org/embeddables), and is useful for testing with the [MyDataHelps Starter Kit](https://github.com/CareEvolution/MyDataHelpsStarterKit).
This token is only needed for [MyDataHelps Embeddables](https://developer.mydatahelps.org/embeddables), and is useful for testing with the [MyDataHelps Starter Kit](https://github.com/CareEvolution/MyDataHelpsStarterKit).

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

As mentioned in the other PR, we may just want to confirm this token works for the starter kit since it uses a different base URL.

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

Labels

cc/publicinfo/mdh Public content changes for MDH and Designer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants