mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-22 07:31:47 +00:00
[RFC-0010] Update RFC feature gate behavior
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
parent
656d9d892d
commit
3f63b3e864
1 changed files with 1 additions and 5 deletions
|
|
@ -601,11 +601,7 @@ To enable using the new `serviceAccountName` fields, we propose introducing
|
||||||
a feature gate called `ObjectLevelWorkloadIdentity` in the controllers that
|
a feature gate called `ObjectLevelWorkloadIdentity` in the controllers that
|
||||||
would support the feature. In the first release we should make it opt-in so
|
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
|
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,
|
and users set the field a terminal error should be returned.
|
||||||
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.
|
|
||||||
|
|
||||||
### Workload Identity Library
|
### Workload Identity Library
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue