You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(operator): scope SA token automount to kubernetes-namespaced auth only
- Only enable ServiceAccount token automount and per-session SA when
MLFLOW_TRACKING_AUTH is "kubernetes-namespaced" (read from the copied
secret), not for all MLflow-secret sessions. This avoids granting an
unnecessary namespace-scoped token to sessions using other auth methods.
- Remove duplicate MLFLOW_TRACKING_AUTH env var entry.
Addresses CodeRabbit review on PR #1263.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments