-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Support username/password as alternative to user/pass #9340
Conversation
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO we should document these and support the old key as a deprecated fallback. WDYT @hithwen?
I agree, its more consistent with the rest of integrations |
37caab5
to
a4fda47
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 for docs
oracle is failing |
* Support pass or password * support username as alternative to user * Log deprecation * Update config files * model validate * oracle test 6728e2a
I've recently seen the deprecation warning in logs:
And I found this PR that did the change Can someone fix this ? |
Sure thing
… Message ID: ***@***.***>
|
@ian28223: I'm not sure you meant that it's done, but from my point of view, it doesn't seem so (same state than on my screenshot above) |
The documentation is still not updated and contains the pre-2021 syntax 😢 |
What does this PR do?
password
as alternative topass
- 2 integrations affectedusername
as alternative touser
- 4 integrations affectedMotivation
AGENT-6199
Additional Notes
user
as alternative tousername
user
is more in line withprocess_owner
than ausername
usually for logons.user
specificallyReview checklist (to be filled by reviewers)
changelog/
andintegration/
labels attached