docs: update admin nav path and Add connector flow - #155
Conversation
- Apps > Connectors replaces Integrations > Connectors in the admin nav (c1#24648). - The Add connector walkthrough now reflects the new guided drawer: choose destination (new app / existing app) -> optional IdP link -> name/description -> owners -> Add (c1#24933, c1#25052). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
|
||
| [This connector can sync secrets](/product/admin/inventory) and display them on the **Inventory** page. | ||
|
|
||
| [This connector syncs non-human identities](/product/admin/nhi) and displays them on the **Identities overview** dashboard. |
There was a problem hiding this comment.
🟡 Suggestion: This non-human-identities claim is a scope addition beyond the two changes described in the PR summary (nav path + Add connector drawer). I found no explicit non-human/service-account modeling in the connector code (no WithAccountType/service-account trait option anywhere under pkg/), so please confirm the NHI dashboard actually surfaces this connector's data — presumably via IAM roles and access-key secrets — before publishing.
Connector PR Review: docs: update admin nav path and Add connector flowBlocking Issues: 0 | Suggestions: 2 | Threads Resolved: 0 Review SummaryThe full PR diff was scanned for security and correctness issues; this is a docs-only change to Security IssuesNone found. Correctness IssuesNone found. Suggestions
Prompt for AI agents |
Summary
Two upstream product changes affect this connector's docs:
ductone/c1#24648): the sidebar path is now Apps > Connectors, replacing Integrations > Connectors.ductone/c1#24933,ductone/c1#25052): the old 3-option "Add connector" flow (unmanaged app / managed app / new managed app + single owner) is replaced by a guided drawer: choose destination (new app / existing app) → optionally link to an application discovered from your identity provider → name/description → owners (multi-owner picker) → Add.Both features are live in production. This PR brings the connector's own docs source in line with what's already merged in
ConductorOne/docs(see ConductorOne/docs#527 and ConductorOne/docs#528), so the next sync doesn't reintroduce the stale flow.Corrections were verified against the actual drawer code and applied directly to this file — not reapplied as a blind patch, since source docs can drift from what's synced into the docs site.
Test plan