mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-08 15:04:29 +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
|
"default": false
|
||||||
},
|
},
|
||||||
"priority": {
|
"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",
|
"type": "integer",
|
||||||
"default": 0
|
"default": 250000
|
||||||
},
|
},
|
||||||
"enabled": {
|
"enabled": {
|
||||||
"description": "Is the rule enabled.",
|
"description": "Is the rule enabled.",
|
||||||
|
|||||||
@ -7,5 +7,5 @@ Provides metadata version information.
|
|||||||
|
|
||||||
from incremental import Version
|
from incremental import Version
|
||||||
|
|
||||||
__version__ = Version("metadata", 0, 8, 0, dev=8)
|
__version__ = Version("metadata", 0, 8, 0, dev=9)
|
||||||
__all__ = ["__version__"]
|
__all__ = ["__version__"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user