Bug 2124642

Summary: [RFE][GSS] Add support to disable SSL check by Noobaa
Product: [Red Hat Storage] Red Hat OpenShift Data Foundation Reporter: Sonal <sarora>
Component: Multi-Cloud Object GatewayAssignee: Nimrod Becker <nbecker>
Status: CLOSED DUPLICATE QA Contact: krishnaram Karthick <kramdoss>
Severity: high Docs Contact:
Priority: unspecified    
Version: 4.10CC: etamir, hnallurv, mmuench, nbecker, ocs-bugs, odf-bz-bot, rdomnu
Target Milestone: ---Keywords: FutureFeature
Target Release: ---Flags: nbecker: needinfo? (sarora)
nbecker: needinfo? (sarora)
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-11-15 08:04:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sonal 2022-09-06 17:05:06 UTC
Description of problem (please be detailed as possible and provide log
snippests):

Noobaa does not acceept SSL certificates, configured in Backingstore, causing backingstore to be in creating/pending state.

Version of all relevant components (if applicable):

All supported versions

Does this issue impact your ability to continue to work with the product
(please explain in detail what is the user impact)?

Yes, as backingstore could not be in Ready state, obc can't be created.

Is there any workaround available to the best of your knowledge?

Yes, setting variable 'NODE_TLS_REJECT_UNAUTHORIZED' in noobaa-core and noobaa-endpoint resolved the issue

# oc edit sts noobaa-core
# oc edit deployment noobaa-endpoint

~~~
env:

  name: NODE_TLS_REJECT_UNAUTHORIZED       
  value: "0"
~~~



Rate from 1 - 5 the complexity of the scenario you performed that caused this
bug (1 - very simple, 5 - very complex)?
2

Can this issue reproducible?
Yes



Actual results:
Backingstore stay in creating/pending state as noobaa-core fail on SSL check


Expected results:
noobaa should be configured to acceept SSL certification.