-
Notifications
You must be signed in to change notification settings - Fork 131
DRAFT: removes flag driven config for operator and proxyrunner #2193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: ChrisJBurns <[email protected]>
Signed-off-by: ChrisJBurns <[email protected]>
…hive into removes-flag-driven-config
This is a larger PR, i will split it out but keep this open for reference |
@claude fix the merge conflicts |
Claude finished @ChrisJBurns's task —— View job Merge Conflicts Resolved ✓I've successfully resolved the merge conflicts between this branch and Conflict AnalysisThe conflict was in
Resolution StrategyAdopted main's cleaner refactored version with the
Changes Made
Verification
The resolution maintains this PR's goal of removing flag-driven config while incorporating main's improved OIDC architecture. Commit: f2ec7e0 |
Resolves conflicts between the flag-driven config removal and main's OIDC refactoring (commit 61d04b4). Changes: - Adopt main's oidc.Resolver pattern for cleaner OIDC config handling - Add cmd/thv-operator/pkg/oidc package with resolver implementation - Update addOIDCConfigOptions to use the resolver - Maintain this PR's telemetry namespace parameter addition The resolution keeps this PR's goal of removing flag-driven config while incorporating main's improved OIDC architecture. Co-authored-by: Chris Burns <[email protected]>
Alot of spaghetti code, this PR will be open for a while.... @ChrisJBurns currently working on this