You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/09/11 11:49:48 UTC

[GitHub] [cloudstack-primate] andrijapanicsb edited a comment on issue #703: [BUG] "VPN uses" missing from the network-related main menu

andrijapanicsb edited a comment on issue #703:
URL: https://github.com/apache/cloudstack-primate/issues/703#issuecomment-691047187


   If we blindly add the vpn user to the main menu
   ` name: 'vpnuser',
         title: 'label.vpn.users',
         icon: 'user',
         permission: ['listVpnUsers'],
         hidden: false,`
   
   there is some strange behaviour while adding/deleting users - so I guess that is the reason why the menu time "vpn users" us hidden in the old UI when there are zero remote-VPN enabled for the logged-in account:
   ![image](https://user-images.githubusercontent.com/45762285/92921986-52ee1480-f435-11ea-8e9b-6b353ce5e34a.png)
   
   
   ![image](https://user-images.githubusercontent.com/45762285/92921940-436ecb80-f435-11ea-8dec-53c02035b8c3.png)
   
   So we need to also selectively show it - or possibly fix the backend (assuming it's a quick fix) and then always show the menu
   
   - if we always show it, we need to do end-to-end testing:
   -- user1, user2 existing, remove all remote-VPN for any networks/VPCs, delete user1, add user3, enable VPN again and observe if user1 and user3 only exist inside a VR where the VPN was enabled
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org