-
Notifications
You must be signed in to change notification settings - Fork 920
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
[BUG] [MD] Update credentials that attached to datasource doesn't give the correct client. #2182
Comments
SolutionAlong with passing in
fyi @zengyan-amazon |
thanks for the investigation, let's implement the fix |
PR merged, resolving |
Describe the bug
Update credentials that attached to datasource doesn't give the correct client.
To Reproduce
Steps to reproduce the behavior:
cred-1
(right username/password) andcred-2
(in-correct username/password)ds-1
attached tocred-1
ip-1
that attached tods-1
Discover
to search onip-1
ds-1
ds-1
to usecred-2
, and saveDiscover
to search onip-1
ds-1
, which is not supposed to happen, becausecred-2
is not even a correct crendential fords-1
Expected behavior
The text was updated successfully, but these errors were encountered: