-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
guessSchema the encrypted secretValue should be decrypted when used #2841
Conversation
Hi @yanfeng1992 did you have any problem with the current setup? |
I discovered that the current secret was not decrypted by the core before being sent to the extension service, and the extension service still received the encrypted password. @dominikriemer |
Thanks for the explanation! Does this happen for adapters and processors/sinks or only for a specific resource? We can probably add the decryption fix directly to the core so that we don't need to pull in the |
I discovered it when adapting and modifying the configuration. Can it be fixed in core? I haven't found a way to fix it in core. |
Hi @yanfeng1992 thanks for asking! |
cf65740
to
737a76e
Compare
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 |
Signed-off-by: huangyanfeng <huangyanfeng1992@gmail.com>
737a76e
to
fc6c019
Compare
Signed-off-by: huangyanfeng <huangyanfeng1992@gmail.com>
Purpose
The encrypted secretValue should be decrypted when used
Remarks
PR introduces (a) breaking change(s): <yes/no>
no
PR introduces (a) deprecation(s): <yes/no>
no