mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-17 11:43:54 +00:00
Set Access Control Rule default priority to 25000 (#2346)
This commit is contained in:
parent
319fde9207
commit
8e5a9c1f0e
@ -57,9 +57,9 @@
|
||||
"default": false
|
||||
},
|
||||
"priority": {
|
||||
"description": "Priority of this rule among other rules in this policy.",
|
||||
"description": "Priority of this rule among all rules across all policies.",
|
||||
"type": "integer",
|
||||
"default": 0
|
||||
"default": 250000
|
||||
},
|
||||
"enabled": {
|
||||
"description": "Is the rule enabled.",
|
||||
|
@ -7,5 +7,5 @@ Provides metadata version information.
|
||||
|
||||
from incremental import Version
|
||||
|
||||
__version__ = Version("metadata", 0, 8, 0, dev=8)
|
||||
__version__ = Version("metadata", 0, 8, 0, dev=9)
|
||||
__all__ = ["__version__"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user