Solace Community is getting a facelift!
On March 3rd we will be starting the process of migrating Solace Community to a new platform. As a result, Solace Community will go in to a temporary read-only state. You will still be able to come onto Solace Community and search through posts to find answers, but you won't be able to ask questions, post comments, or react in any way.
We hope to have the migration complete by Wednesday March 5th (or sooner), so please keep an eye out!
Is it possible to clone ACL profile
Hi @marc
we have an ACL profile which has access to 145 topics, now a client wants to clone another profile with access to same topics. is it possible to clone ACL profiles or we have to give access manually.
Comments
-
No way to clone/copy in a single command. You'd have to use SEMP or something to query the source one and then SEMP again to create the new one.
Note that multiple client usernames can use the same ACL profile, so if it's the exact same (and in the same VPN) then no real need to clone.
SEMPv2 commands here: https://docs.solace.com/API-Developer-Online-Ref-Documentation/swagger-ui/software-broker/config/index.html#/aclProfile
Hope that helps!
2 -
"show current-config message-vpn <vpnName>" CLI command gives the complete config of a msg-VPN. The particular ACL-profile config can be copied from this output and change the message-vpn (also you can change the acl-profile name if required) and deploy the ACL CLI sequence commands. This is applicable only if you want to copy the acl-profile config from one message-vpn to another or one broker to another broker.
2