feat: add Front connector support - #1695
Open
Steven4Hooisma wants to merge 5 commits into
Open
Conversation
- OAuth and API key authorization - will retrieve all teammates /teammates Signed-off-by: Steven4Hooisma <112615049+Steven4Hooisma@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
All reported issues were addressed across 16 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
Signed-off-by: grootSH <112615049+Steven4Hooisma@users.noreply.github.com>
Steven4Hooisma
marked this pull request as draft
August 12, 2026 09:28
Contributor
Author
|
API Key is working fine. |
Steven4Hooisma
marked this pull request as ready for review
August 17, 2026 08:55
Contributor
There was a problem hiding this comment.
All reported issues were addressed across 16 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> Signed-off-by: grootSH <112615049+Steven4Hooisma@users.noreply.github.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 by cubic
Adds a Front connector for access reviews. Previously we did not support Front; now we fetch all teammates via Front’s Core API, classify admins and service accounts, and surface
FRONTacross APIs and UI. This adds a DB enum value and new env vars for OAuth; the builder now requiresCLIENT_SECRETforFRONT.Tests
+398-1FrontDrivermapping, pagination guard (including cross-host refusal), and context cancellation.pkg/accessreview/drivers/testdata/front.yaml.Coredata
+24-0FRONTtoConnectorProviderand migration20260812T090000Z.sql.GraphQL API
+1-0FRONTinconnector.graphqlenum.Service
+458-0FrontDriverto list/teammates, label admins, detect service accounts by type, and page safely with same-host enforcement.frontNameResolverusing/meand reuse the protected HTTP client./me, setAPIBasetohttps://api2.frontapp.com.PROBOD_CONNECTOR_FRONT_*and requireCLIENT_SECRET.Package: ui
+16-0ThirdPartyLogo.Other
+2-0.env.examplewithPROBOD_CONNECTOR_FRONT_CLIENT_IDandPROBOD_CONNECTOR_FRONT_CLIENT_SECRET.Written for commit ed1d00f. Summary will update on new commits.