Skip to content

fix: Add noAuth option to FeatureStore CRD for explicit auth opt-out - #6737

Open
ntkathole wants to merge 1 commit into
feast-dev:masterfrom
ntkathole:fix/add-noauth-crd-option
Open

fix: Add noAuth option to FeatureStore CRD for explicit auth opt-out#6737
ntkathole wants to merge 1 commit into
feast-dev:masterfrom
ntkathole:fix/add-noauth-crd-option

Conversation

@ntkathole

@ntkathole ntkathole commented Aug 13, 2026

Copy link
Copy Markdown
Member

Summary

Add a noAuth boolean field to the FeatureStore CRD AuthzConfig, allowing users to explicitly opt out of authentication when needed. This is useful for development and testing environments where authentication is not required.

Changes

  • Add NoAuth field to AuthzConfig in both v1 and v1alpha1 API types
  • Update CRD validation rules to allow noAuth as a third option alongside kubernetes and oidc
  • Update repo_config.go to handle noAuth selection
  • Update deepcopy generated code
  • Update CRD manifests, bundle, install.yaml, and docs
  • Add tests for noAuth configuration

Test Plan

  • Unit tests added and passing
  • CRD validation tests updated

@ntkathole
ntkathole requested a review from a team as a code owner August 13, 2026 15:12
@ntkathole
ntkathole force-pushed the fix/add-noauth-crd-option branch from 14175f0 to 9510fdd Compare August 13, 2026 15:16
@codecov-commenter

codecov-commenter commented Aug 13, 2026

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 46.80%. Comparing base (a9219d9) to head (fe272fd).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #6737   +/-   ##
=======================================
  Coverage   46.80%   46.80%           
=======================================
  Files         415      415           
  Lines       50395    50395           
  Branches     7214     7214           
=======================================
  Hits        23588    23588           
  Misses      25155    25155           
  Partials     1652     1652           
Flag Coverage Δ *Carryforward flag
go-feature-server 30.58% <ø> (ø)
python-unit 48.13% <ø> (ø) Carriedforward from a9219d9

*This pull request uses carry forward flags. Click here to find out more.


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a9219d9...fe272fd. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ntkathole
ntkathole force-pushed the fix/add-noauth-crd-option branch from 9510fdd to fe272fd Compare August 13, 2026 16:06
Signed-off-by: ntkathole <nikhilkathole2683@gmail.com>
@ntkathole
ntkathole force-pushed the fix/add-noauth-crd-option branch from fe272fd to 779a850 Compare August 13, 2026 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants