yanfeng1992 commented on PR #2841: URL: https://github.com/apache/streampipes/pull/2841#issuecomment-2105631937
> Hi @yanfeng1992 thanks for asking! For pipeline elements, decryption is handled in `streampipes-pipeline-management` in the `SecretEncryptionTask`, which calls a `SecretService` that loops over all configuration and decrypts secrets. For adapters, this class is used within the `WorkerRestClient` of `streampipes-connect-management`. In which cases did you experience the problem? Does this occur always or only for nested structures or something like that? Thanks for your answer, I found the cause of the problem. It is in the guessSchema function that the secretValue is not decrypted. We can fix this problem in core. Please review my latest commit @dominikriemer -- 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]
