mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-25 17:04:54 +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>
|
||||
</license>
|
||||
</info>
|
||||
<descriptionFile>../docs/openmetadata-apis/apis.md</descriptionFile>
|
||||
<descriptionFile>../openmetadata-docs/content/main-concepts/metadata-standard/apis.md</descriptionFile>
|
||||
</swaggerConfig>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
@ -17,8 +17,7 @@ public class PolicyUtils {
|
||||
.withEntityTagAttr(entityTag)
|
||||
.withEntityTypeAttr(entityType)
|
||||
.withOperation(operation)
|
||||
.withAllow(allow)
|
||||
.withPriority(priority);
|
||||
.withAllow(allow);
|
||||
}
|
||||
|
||||
public static Rule accessControlRule(
|
||||
|
Loading…
x
Reference in New Issue
Block a user