Skip to content

docs(issues): log ISSUE-110/111/112 in PYEGERIA_ISSUES.md - #387

Merged
dwolfson merged 2 commits into
odpi:mainfrom
dwolfson:fix/issue-110-survey-request-params
Sep 21, 2026
Merged

dwolfson merged 2 commits into
odpi:mainfrom
dwolfson:fix/issue-110-survey-request-params

Conversation

@dwolfson

Copy link
Copy Markdown
Member

Summary

  • ISSUE-110: initiate_*_survey convenience wrappers (automated_curation.py) can't pass requestParameters through to the survey action — _async_initiate_survey() hard-codes the POST body to only the action-type name and a single serverToSurvey target, so finalAnalysisStep/ignoreAnalysisSteps/analysisLevel are unreachable except by bypassing the wrappers and calling initiate_gov_action_type() directly. Logged as open, not yet fixed.
  • ISSUE-111/112: secrets-store link/save gaps found by a downstream session (Resource Explorer) verifying its client-side secrets store against pyegeria.

Docs-only change (PYEGERIA_ISSUES.md) — no code changes.

Test plan

  • N/A — tracker-only edit, no code paths touched.

🤖 Generated with Claude Code

…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>
@dwolfson
dwolfson merged commit 1c5559e into odpi:main Sep 21, 2026
4 checks passed
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.

1 participant