OpenLiberty / guide-mongodb-intro

A guide on how to persist data in your microservices to MongoDB, a document-oriented NoSQL database.
https://openliberty.io/guides/mongodb-intro.html
Other
3 stars 4 forks source link

GK feedback #40

Closed gkwan-ibm closed 4 years ago

gkwan-ibm commented 4 years ago
jimmy1wu commented 4 years ago

"... the password of mongodb..." Should/can the password be encrypted?

we use plaintext passwords for the keystore in other guides such as social login. it can be done, but the flow would be strange because we would need to explain how we did it and we do not start up the liberty server in the start folder til later on in the guide

rest of the feedback is addressed and the changes are available on lgdev site