[AI-3] Let admins disconnect or remove the stored API key - #24881
[AI-3] Let admins disconnect or remove the stored API key#24881tangopium wants to merge 1 commit into
Conversation
|
Caution The provided work package version does not match the core version Details:
Please make sure that:
|
|
Caution The Enterprise plan field is not set on the work package Details:
Please make sure that:
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: dd155f7053
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
dd155f7 to
b94f290
Compare
b94f290 to
d4e3e77
Compare
Adds two guarded actions to the admin LLM connection page: Disconnect clears the stored API key and switches the connection off, and Remove API key clears only the credential. Both are confirmed through a danger dialog that spells out what is kept, because the stored key can never be read back once saved. Part 3 of the AI-3 stack. https://community.openproject.org/work_packages/66020
d4e3e77 to
d05909a
Compare
|
Warning Flaky specs
🤖 Ask Copilot to investigateCopy the prompt below into a new comment on this PR to delegate the investigation to GitHub Copilot. It will look into the flakiness and open a separate pull request with you as reviewer. |

Ticket
AI-3
What are you trying to accomplish?
PR 3 of 11 in the AI-3 stack. Adds the two destructive actions to the connection page, each behind a danger dialog: Disconnect clears the stored API key and switches the connection off, and Remove API key clears only the credential. Both dialogs spell out what is kept, because a stored key can never be read back once saved. Deliberately not routed through the update service, whose contract would probe the now-keyless server and could let it refuse the removal.
Merge checklist
llm_connectionfeature flagStacked on #24880.