Enable Attribte Based Access Control FF by default (#31269)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
c6c27e7752
Коммит
5c54c8fefe
@@ -87,7 +87,7 @@ func (f *FeatureFlags) SetDefaults() {
|
|||||||
f.NotificationMonitoring = true
|
f.NotificationMonitoring = true
|
||||||
f.ExperimentalAuditSettingsSystemConsoleUI = false
|
f.ExperimentalAuditSettingsSystemConsoleUI = false
|
||||||
f.CustomProfileAttributes = true
|
f.CustomProfileAttributes = true
|
||||||
f.AttributeBasedAccessControl = false
|
f.AttributeBasedAccessControl = true
|
||||||
}
|
}
|
||||||
|
|
||||||
// ToMap returns the feature flags as a map[string]string
|
// ToMap returns the feature flags as a map[string]string
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user