Skip to content

Operator's Kubernetes Authz configuration causes an infinite loop & an ever growing RoleBinding #5055

@tchughesiv

Description

@tchughesiv

Expected Behavior

The operator should successfully reconcile the CR and finish relatively quickly.

Current Behavior

The operator goes into an infinite loop and the resulting RoleBinding's subjects array continues to grow in size.

Steps to reproduce

apiVersion: feast.dev/v1alpha1
kind: FeatureStore
metadata:
  name: sample-kubernetes-auth
spec:
  authz:
    kubernetes:
      roles:
        - reader
        - writer

Specifications

  • Version: 0.45.0
  • Platform: k8s / openshift
  • Subsystem:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions