Merge pull request #5355 from fluxcd/rfc-0010-feature-gate

[RFC-0010] Update RFC feature gate behavior
pull/5356/head
Matheus Pimenta 4 weeks ago committed by GitHub
commit ef5389cd56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -601,11 +601,7 @@ To enable using the new `serviceAccountName` fields, we propose introducing
a feature gate called `ObjectLevelWorkloadIdentity` in the controllers that
would support the feature. In the first release we should make it opt-in so
cluster admins can consciously roll it out. If the feature gate is disabled
and users set the field in Flux APIs that use the field only for this feature,
a terminal error should be returned. If the feature gate is disabled and users
set the field in Flux APIs that use the field for other purposes, like in the
case of the `OCIRepository` and `ImageRepository` APIs, the controller should
just log a warning and ignore the field.
and users set the field a terminal error should be returned.
### Workload Identity Library

Loading…
Cancel
Save