Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix infoblox login validation error. #889

Merged
merged 1 commit into from
Sep 13, 2022

Conversation

yixingjia
Copy link
Contributor

The default getConnection method will try to ping the baseURL, in Infoblox case, the api gateway will return 404 error if flowgate try to access the base url. So we remove the defaul ping action in the method.

Signed-off-by: Yixing Jiayixingj@vmware.com

The default getConnection method will try to ping the baseURL, in
Infoblox case, the api gateway will return 404 error if flowgate try to
access the base url. So we remove the defaul ping action in the method.

Signed-off-by: Yixing Jia<yixingj@vmware.com>
@codecov
Copy link

codecov bot commented Sep 13, 2022

Codecov Report

Merging #889 (9eb18c1) into master (1011c28) will increase coverage by 0.15%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #889      +/-   ##
============================================
+ Coverage     41.74%   41.90%   +0.15%     
+ Complexity     1580     1535      -45     
============================================
  Files           233      233              
  Lines         12891    12878      -13     
  Branches       1727     1721       -6     
============================================
+ Hits           5381     5396      +15     
+ Misses         6823     6802      -21     
+ Partials        687      680       -7     
Flag Coverage Δ
aggregator 28.11% <ø> (ø)
api 65.47% <ø> (+0.67%) ⬆️
infoblox 54.04% <ø> (ø)
labsdb 24.84% <ø> (ø)
management 5.67% <ø> (ø)
nlyte 30.86% <ø> (-0.02%) ⬇️
openmanage 42.05% <ø> (+0.03%) ⬆️
poweriq 42.21% <ø> (ø)
vc 41.42% <ø> (-0.04%) ⬇️
vro 5.46% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...main/java/com/vmware/flowgate/auth/ServerAuth.java 66.66% <ø> (+8.77%) ⬆️
...com/vmware/flowgate/controller/JobsController.java 36.36% <0.00%> (-0.85%) ⬇️
...ava/com/vmware/flowgate/util/FlowgateKeystore.java 43.39% <0.00%> (-0.25%) ⬇️
...flowgate/vcworker/scheduler/job/VCDataService.java 48.09% <0.00%> (-0.19%) ⬇️
...te/nlyteworker/scheduler/job/NlyteDataService.java 28.24% <0.00%> (-0.05%) ⬇️
...are/flowgate/vcworker/client/InventoryService.java 0.00% <0.00%> (ø)
.../flowgate/openmanage/job/OpenManageJobService.java 52.53% <0.00%> (+0.11%) ⬆️
...main/java/com/vmware/flowgate/auth/AuthVcUser.java 8.92% <0.00%> (+0.15%) ⬆️
...java/com/vmware/flowgate/service/AssetService.java 81.10% <0.00%> (+0.39%) ⬆️
...a/com/vmware/flowgate/util/Pkcs12KeystoreUtil.java 35.71% <0.00%> (+2.38%) ⬆️
... and 3 more

@yixingjia yixingjia merged commit 8e2a06c into vmware:master Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant