gijoe88 opened a new issue, #2241:
URL: https://github.com/apache/hop/issues/2241

   ### Apache Hop version?
   
   SNAPSHOT-20230206
   
   ### Java version?
   
   11.0.18
   
   ### Operating system
   
   Docker
   
   ### What happened?
   
   ```BASH
   ./hop-encrypt.sh -hop password
   # Returns Encrypted 2be98afc86aa7f2e4bb18bd63c99dbdde
   ```
   
   Create an environment DEV, with variable "MONGODB_PASSWORD" and value 
"Encrypted 2be98afc86aa7f2e4bb18bd63c99dbdde"
   
   Create a connection to a MongoDB instance.
   In the metadata file for this mongodb connection ( 
`${PROJECT_HOME}/metadata/mongodb-connection/YourConnection.json`), replace the 
value of `authenticationPassword` by `${MONGODB_PASSWORD}`.
   
   Launch a pipeline using the connection, see that the pipeline does not work, 
authentication failed.
   
   It seems like the mechanism to use passwords in mongodb is not the same as 
relational databases, because in those the functionality of Encrypted passwords 
inside environments is working.
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Transforms


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to