Skip to content

Commit 1b898d6

Browse files
Nitin Kumar MaharanaRohit Yadav
authored andcommitted
CLOUDSTACK-8961: Changes related to the UI of VPN Users management. (apache#2130)
The current VPN users are added in the VPN tab inside the public IP after the VPN is enabled. For each network(for which VPN is supported and enabled), the VPN users are shared. As the Cloudstack doc says “ The account owner can create and manage users for their VPN. CloudStack does not use its account database for this purpose but uses a separate table. The VPN user database is shared across all the VPNs created by the account owner. All VPN users get access to all VPNs created by the account owner.” The current implementation of going inside each network and adding VPN users give the first feel as if the users are network based. To fix this, Shifted the VPN users to networks tab view.
1 parent 5ccbe04 commit 1b898d6

2 files changed

Lines changed: 303 additions & 93 deletions

File tree

ui/l10n/en.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,6 +1777,7 @@ var dictionary = {"ICMP.code":"ICMP Code",
17771777
"label.vpn":"VPN",
17781778
"label.vpn.customer.gateway":"VPN Customer Gateway",
17791779
"label.vpn.force.encapsulation":"Force UDP Encapsulation of ESP Packets",
1780+
"label.vpn.users":"VPN Users",
17801781
"label.vsmctrlvlanid":"Control VLAN ID",
17811782
"label.vsmpktvlanid":"Packet VLAN ID",
17821783
"label.vsmstoragevlanid":"Storage VLAN ID",
@@ -1847,6 +1848,7 @@ var dictionary = {"ICMP.code":"ICMP Code",
18471848
"message.action.delete.template":"Please confirm that you want to delete this template.",
18481849
"message.action.delete.template.for.all.zones":"The template is used by all zones. Please confirm that you want to delete it from all zones.",
18491850
"message.action.delete.volume":"Please confirm that you want to delete this volume.",
1851+
"message.action.delete.vpn.user":"Please confirm that you want to delete the VPN user.",
18501852
"message.action.delete.zone":"Please confirm that you want to delete this zone.",
18511853
"message.action.destroy.instance":"Please confirm that you want to destroy this instance.",
18521854
"message.action.destroy.systemvm":"Please confirm that you want to destroy this System VM.",
@@ -2077,6 +2079,7 @@ var dictionary = {"ICMP.code":"ICMP Code",
20772079
"message.enable.vpn.access":"VPN is currently disabled for this IP Address. Would you like to enable VPN access?",
20782080
"message.enabled.vpn":"Your Remote Access VPN is currently enabled and can be accessed via the IP",
20792081
"message.enabled.vpn.ip.sec":"Your IPSec pre-shared key is",
2082+
"message.enabled.vpn.note":"Note: VPN users are now accessed by changing views at the networks tab.",
20802083
"message.enabling.network.offering":"Enabling network offering",
20812084
"message.enabling.security.group.provider":"Enabling Security Group provider",
20822085
"message.enabling.vpc.offering":"Enabling VPC offering",

0 commit comments

Comments
 (0)