Hi ,
I have container which need to be hidden from the other management interface but only available through CLI ?
Is this possible ?
Hi ,
I have container which need to be hidden from the other management interface but only available through CLI ?
Is this possible ?
Hi,
You can use NACM rules to control who can see what.
Example, based on the example $CONFD_DIR/examples.confd/intro/5-c_stats:
rule hidepublished {
module-name arpe;
path /arpentries/arpe/published;
access-operations read;
action deny;
context netconf;
}