Skip to content

Remove orphaned OIDCConfigRef type and OIDCConfigurable interface #4832

Description

@ChrisJBurns

Parent: #4827
Blocked by: #4829 and #4830 must merge first

After the inline oidcConfig field is removed from all three CRD types (MCPServer, MCPRemoteProxy, VirtualMCPServer), several types and interfaces become orphaned.

What to remove

  • OIDCConfigRef struct and all sub-types: KubernetesOIDCConfig, ConfigMapOIDCRef, InlineOIDCConfig
  • OIDCConfigurable interface from pkg/oidc/resolver.go
  • Resolve() method from Resolver interface and implementation
  • resolveKubernetesConfig, resolveConfigMapConfig, resolveInlineConfig helper methods
  • MockOIDCConfigurable from pkg/oidc/mocks/mock_resolver.go
  • OIDCConfigType* constants (OIDCConfigTypeKubernetes, OIDCConfigTypeConfigMap, OIDCConfigTypeInline)
  • All tests for removed types and methods
  • Regenerate CRD manifests, deepcopy, and API docs

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    apiItems related to the APIenhancementNew feature or requestgoPull requests that update go codekubernetesItems related to Kubernetesoperatortech-debt

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions