All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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}

<#if rules?size == 0> <#list rules as rule>
Principal Host Resource Operation Policy
(no missing rules to create)
${rule.principal} ${rule.host} <@aclUtil.resource resource = rule.resource/> <@aclUtil.operation type = rule.operation.type/> <@aclUtil.policy policy = rule.operation.policy/>

<#if needsForceCreation>

(create even if it's not expected)

<#if rules?size gt 0> <#include "../../common/cancelBtn.ftl"> <#include "../../common/serverOpStatus.ftl">
<#include "../../common/pageBottom.ftl">




© 2015 - 2025 Weber Informatics LLC | Privacy Policy