mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 09:22:14 +00:00
Fix build error (#6450)
* Fix build error * Fixed the path to apis.md * Fix policyUtils
This commit is contained in:
parent
6fb888437a
commit
afab066f3e
@ -523,7 +523,7 @@
|
|||||||
<name>Apache 2.0</name>
|
<name>Apache 2.0</name>
|
||||||
</license>
|
</license>
|
||||||
</info>
|
</info>
|
||||||
<descriptionFile>../docs/openmetadata-apis/apis.md</descriptionFile>
|
<descriptionFile>../openmetadata-docs/content/main-concepts/metadata-standard/apis.md</descriptionFile>
|
||||||
</swaggerConfig>
|
</swaggerConfig>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
@ -17,8 +17,7 @@ public class PolicyUtils {
|
|||||||
.withEntityTagAttr(entityTag)
|
.withEntityTagAttr(entityTag)
|
||||||
.withEntityTypeAttr(entityType)
|
.withEntityTypeAttr(entityType)
|
||||||
.withOperation(operation)
|
.withOperation(operation)
|
||||||
.withAllow(allow)
|
.withAllow(allow);
|
||||||
.withPriority(priority);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Rule accessControlRule(
|
public static Rule accessControlRule(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user