vpc,network: fix createLoadBalancer access on user network#6591
vpc,network: fix createLoadBalancer access on user network#6591yadvr merged 2 commits intoapache:4.17from
Conversation
Fixes: apache#6590 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
|
Found UI changes, kicking a new UI QA build |
|
@acs-robot a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
|
UI build: ✔️ |
|
@blueorangutan package |
|
@weizhouapache a Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian ✔️ suse15. SL-JID 3861 |
|
@blueorangutan test centos7 vmware-67u3 |
|
@shwstppr a Trillian-Jenkins test job (centos7 mgmt + vmware-67u3) has been kicked to run smoke tests |
|
Trillian test result (tid-4578)
|
weizhouapache
left a comment
There was a problem hiding this comment.
code lgtm
it looks this issue has existed for many years. should we fix it in older versions as well ?
|
|
||
| @Override | ||
| public void checkNetworkPermissions(Account owner, Network network) { | ||
| public void checkNetworkPermissions(Account caller, Network network) { |
There was a problem hiding this comment.
could we explore if a unit test is written
There was a problem hiding this comment.
added some unit tests
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
|
Found UI changes, kicking a new UI QA build |
|
@acs-robot a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
|
UI build: ✔️ |
|
SonarCloud Quality Gate failed. |
|
@blueorangutan package |
|
@shwstppr a Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✖️ el8 ✔️ debian ✔️ suse15. SL-JID 3920 |
|
@blueorangutan test |
|
@shwstppr a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-4635)
|
|
@weizhouapache do you think this should go into 4.16 or earlier? |
|
No I think, 4.17 + makes sense. |
While checking network access for creating load-balancer use AccessType.OperateEntry Refactor variable name in NetworkModelImpl::checkNetworkPermissions Fixes: apache#6590 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>








Description
While checking network access for creating load-balancer use
AccessType.OperateEntryRefactor variable name in
NetworkModelImpl::checkNetworkPermissionsFixes: #6590
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?