fix(forward): move secret item path to /secrets/{name} (INT-1666) - #186
Conversation
🟢 Risk Classification: LOWApproval route: AI Auto-Approval Classification reasons
Operational gates
Files analysed: 4 wall-e 2026.06.19-02 · policy |
🔬 Debug — why this classification?Each reason code emitted by the classifier, its source clause in the AI in SDLC Control Framework, and what it means.
Kinds:
See issue #3 for the proposal to formalise this map as Appendix A of the standards doc. wall-e 2026.06.19-02 · debug |
There was a problem hiding this comment.
✅ Auto-approved — this PR meets all Low-risk criteria.
All checks passed, no unresolved comments, and the change classification is:
no_low_class_matchedprod_source_modified2.2.6_logical_extension:The change only updates URL path constants used in existing API client methods (removing the '/forward' prefix), reuses all existing code paths and abstractions, and introduces no new endpoints, persisted data, auth changes, or external integrations.
wall-e 2026.06.19-02 · policy 376219bc71e6…
The forward secrets collection endpoints (create, list) moved from
/forward/secrets to /secrets, while the per-item endpoint remains at
/forward/secrets/{name}. Reflects the incomplete rename in the swagger spec.
Swagger 2026-07-20 completed the rename: PATCH/DELETE moved from
/forward/secrets/{name} to /secrets/{name}. Update update_secret/delete_secret,
the request doc comment and the specs to drop the /forward prefix.
6f080c2 to
8e6a4eb
Compare
🟢 Risk Classification: LOWApproval route: AI Auto-Approval Classification reasons
Operational gates
Files analysed: 4 wall-e 2026.06.19-02 · policy |
🔬 Debug — why this classification?Each reason code emitted by the classifier, its source clause in the AI in SDLC Control Framework, and what it means.
Kinds:
See issue #3 for the proposal to formalise this map as Appendix A of the standards doc. wall-e 2026.06.19-02 · debug |
|



Completes the Forward secrets path rename (swagger 2026-07-20): the item endpoints PATCH/DELETE moved from
/forward/secrets/{name}to/secrets/{name}, dropping the/forwardprefix so the item matches the collection already on/secrets.Jira: INT-1666
Tests: green (forward suite).
🤖 Generated with Claude Code