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

ui.acls.management.bulkDeleteUnwantedRules.ftl Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version

<#-- @ftlvariable name="principal" type="java.lang.String" -->
<#-- @ftlvariable name="unwantedClusterRules" type="java.util.Map>" -->




    <#include "../../commonResources.ftl"/>
    
    
    Kafkistry: Delete ACL rules




<#include "../../commonMenu.ftl">
<#import "../util.ftl" as aclUtil>

<#include "../../common/backBtn.ftl"> Delete all unwanted ACLs on cluster


Going to Delete ACL rules on cluster


Principal: ${principal}

<#list unwantedClusterRules as clusterIdentifier, rules> <#list rules as rule>
Principal Host Resource Operation Policy
${clusterIdentifier}
${rule.principal} ${rule.host} <@aclUtil.resource resource = rule.resource/> <@aclUtil.operation type = rule.operation.type/> <@aclUtil.policy policy = rule.operation.policy/>
<#assign statusId = "op-status-"+clusterIdentifier> <#include "../../common/serverOpStatus.ftl">

<#if unwantedClusterRules?size gt 0>

<#else>

No clusters need deletion of ACl rules

<#include "../../common/cancelBtn.ftl"> <#assign statusId = ""> <#include "../../common/serverOpStatus.ftl">
<#include "../../common/pageBottom.ftl">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy