docs(issues): log ISSUE-110/111/112 in PYEGERIA_ISSUES.md - #387
Merged
dwolfson merged 2 commits intoSep 21, 2026
Merged
Conversation
…client-side secrets store Combines two entries found live 2026-09-21 verifying Resource Explorer's own secrets-store integration end to end, with ISSUE-110 (survey wrapper requestParameters gap, egeria-python-d3) landing in the same file at the same time -- swept into one commit by mutual agreement rather than sequencing two edits to the same section. - ISSUE-111 (pyegeria): ConnectionMaker.link_connection_connector_type/ link_connection_endpoint/link_asset_to_connection default body=None, and that default silently creates no relationship at all -- no exception, no error, confirmed live against qs-view-server. - ISSUE-112 (Egeria server): AutomatedCurationRESTServices. saveClientSideSecret/deleteClientSideSecret return a plain success VoidResponse when the resolved connector isn't a YAMLSecretsFileConnector -- e.g. a Connection built with the documented YAMLSecretsStoreProvider, which instantiates the read-only base class instead. Both logged per this repo's standing convention (open issues get logged, not fixed in place from a downstream review pass). Full write-up with file:line references and live repro steps is in docs/design-notes/PROBES-2026-09-21.md in the trellis repo. Signed-off-by: Dan Wolfson <dan.wolfson@pdr-associates.com>
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.
Summary
initiate_*_surveyconvenience wrappers (automated_curation.py) can't passrequestParametersthrough to the survey action —_async_initiate_survey()hard-codes the POST body to only the action-type name and a singleserverToSurveytarget, sofinalAnalysisStep/ignoreAnalysisSteps/analysisLevelare unreachable except by bypassing the wrappers and callinginitiate_gov_action_type()directly. Logged as open, not yet fixed.Docs-only change (
PYEGERIA_ISSUES.md) — no code changes.Test plan
🤖 Generated with Claude Code