-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Security
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Allow specific actions/privileges/roles to be FCV gated.
e.g.
newBuiltinRole:
fcv: v8.0
privileges:
- match_type: anyResource
actions: ['find']
- match_type: collection
fcv: v8.1
collection: 'system.feature.info'
actions: ['insert']
- match_type: collection
collection: 'system.olderfeature.info'
actions: [{action: 'find', fcv: 'v9.0'}]