Skip to content

feat: allowed signature to be passed in kv-store/datasets - #761

Merged
gippy merged 4 commits into
masterfrom
feature/allow-signature-query-param
Oct 7, 2025
Merged

feat: allowed signature to be passed in kv-store/datasets#761
gippy merged 4 commits into
masterfrom
feature/allow-signature-query-param

Conversation

@gippy

@gippy gippy commented Oct 3, 2025

Copy link
Copy Markdown
Member

When working with output schema in UI I found that we do not allow passing signature in client to read data from storages. This PR does not fully resolve it, but it resolves most of the issues I found.

I will leave the rest to Daniil, since he might now better which endpoints use signatures and which do not.

@gippy gippy self-assigned this Oct 3, 2025
@gippy
gippy requested review from danpoletaev and valekjo October 3, 2025 11:24
@gippy gippy added adhoc Ad-hoc unplanned task added during the sprint. t-console Issues with this label are in the ownership of the console team. labels Oct 3, 2025
@github-actions github-actions Bot added this to the 124th sprint - Console team milestone Oct 3, 2025
@github-actions github-actions Bot added the tested Temporary label used only programatically for some analytics. label Oct 3, 2025

@valekjo valekjo 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.

Looks good 👍 There are some lint errors in tests.

@danpoletaev danpoletaev left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks good for me 👍
Thank you 🙏

Following endpoints might have signature (you covered all of them):

  • /v2/key-value-stores/:storeId/keys
  • /v2/key-value-stores/:storeId/records/:recordKey
  • /v2/datasets/:datasetId/items

Comment thread test/datasets.test.js Outdated
Comment thread src/resource_clients/key_value_store.ts Outdated
@gippy
gippy merged commit a31e36d into master Oct 7, 2025
7 checks passed
@gippy
gippy deleted the feature/allow-signature-query-param branch October 7, 2025 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-console Issues with this label are in the ownership of the console team. tested Temporary label used only programatically for some analytics.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants