Fix build error (#6450)

* Fix build error

* Fixed the path to apis.md

* Fix policyUtils
This commit is contained in:
Vivek Ratnavel Subramanian 2022-07-30 13:21:52 -07:00 committed by GitHub
parent 6fb888437a
commit afab066f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -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>

View File

@ -17,8 +17,7 @@ public class PolicyUtils {
.withEntityTagAttr(entityTag)
.withEntityTypeAttr(entityType)
.withOperation(operation)
.withAllow(allow)
.withPriority(priority);
.withAllow(allow);
}
public static Rule accessControlRule(