dave-csc commented on issue #6697: URL: https://github.com/apache/hop/issues/6697#issuecomment-4876713673
I probably found what's causing the issue: I'm using a variable to store the API Key that must be used for the service. In test mode (when defining the connection), the variable can be specified both in plain and encoded text: the connection test succeeds in both cases. In application mode (when using the connection in a REST Client), the retrieval succeeds only with the API Key in clear text: when the variable is encoded/encrypted, the retrieval fails Hope this helps :) -- 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]
