telefonicaid / fiware-orion

Context Broker and CEF building block for context data management, providing NGSI interfaces.
https://fiware-orion.rtfd.io/
GNU Affero General Public License v3.0
212 stars 265 forks source link

WARN about insecureNotifications mode #3013

Closed fgalan closed 4 years ago

fgalan commented 6 years ago

It would be nice to print a WARN level log trace about insecure notification mode (-insecureNotif) is activated at Context Broker start up. This is a common trend in other software componentes when they communicate with HTTPS peers without valid certificate.

saurabhjangir commented 6 years ago

Hello, I am Saurabh and I would to be a part FIWARE community team and wants to contribute in FIWARE somehow. Any Help and direction would be highly Appreciable. Thank you :)

fgalan commented 6 years ago

Contributions to Orion repository are always welcome! :)

Please, have a look to the following pieces of documentation in order to be prepared to contribute to Orion code:

Once you have read and assimilated these documents, you are in a good position to start contributing. Tell me so when you reach that point or ask doubts you could have during the process.

@jmcanterafonseca any other recommendation I may be missing, pls?

jmcanterafonseca commented 6 years ago

yes, if you want to be part of the Community the best thing is to contribute with source code, blog posts, documentation improvements.

The main projects are Orion, Cygnus, IoT Agents, Wirecloud, Knowage, ...

Anjali-NEC commented 4 years ago

Hi @fgalan sir,

I am working on this issue. and i am suggesting the below warning message in case if contextBroker is started in insecure mode.

"contextBroker is started in insecure mode (-insecureNotif)"

fgalan commented 4 years ago

Hi @fgalan sir,

I am working on this issue. and i am suggesting the below warning message in case if contextBroker is started in insecure mode.

"contextBroker is started in insecure mode (-insecureNotif)"

Great! Just a minor suggestion to the text:

"contextBroker is started in insecure notifications mode (-insecureNotif)"

(to make clearer which aspect is insecure)

fgalan commented 4 years ago

PR https://github.com/telefonicaid/fiware-orion/pull/3677