![JAR search and dependency download from the Maven repository](/logo.png)
ui.acls.management.createMissingRules.ftl Maven / Gradle / Ivy
The newest version!
<#-- @ftlvariable name="principal" type="java.lang.String" -->
<#-- @ftlvariable name="clusterIdentifier" type="java.lang.String" -->
<#-- @ftlvariable name="rules" type="java.util.List" -->
<#-- @ftlvariable name="rule" type="java.lang.String" -->
<#-- @ftlvariable name="needsForceCreation" type="java.lang.Boolean" -->
<#include "../../commonResources.ftl"/>
Kafkistry: Create ACL rules
<#include "../../commonMenu.ftl">
<#import "../util.ftl" as aclUtil>
<#include "../../common/backBtn.ftl"> Create missing ACLs on cluster
Going to create ACL rules on cluster
Principal: ${principal}
Cluster: ${clusterIdentifier}
Principal
Host
Resource
Operation
Policy
<#if rules?size == 0>
(no missing rules to create)
#if>
<#list rules as rule>
${rule.principal}
${rule.host}
<@aclUtil.resource resource = rule.resource/>
<@aclUtil.operation type = rule.operation.type/>
<@aclUtil.policy policy = rule.operation.policy/>
#list>
<#if needsForceCreation>
(create even if it's not expected)
#if>
<#if rules?size gt 0>
#if>
<#include "../../common/cancelBtn.ftl">
<#include "../../common/serverOpStatus.ftl">
<#include "../../common/pageBottom.ftl">
© 2015 - 2025 Weber Informatics LLC | Privacy Policy