-
Notifications
You must be signed in to change notification settings - Fork 474
[Oracle] Mark password
field as secret
#9707
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
Conversation
🚀 Benchmarks reportTo see the full report comment with |
password
field as secret
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.
Review shared.
@devamanv : I did read your comment on the upgrade scenario testing in the Issue.
|
@ishleenk17 Yes, I think I have pointed that in my previous comments as well. The Beats code gives preference to params(i.e. username and passwords are part of the DSN itself) if present. That ensures the backwards compatibility and with the new changes, the password is taken as secret which covers the second point. |
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.
Please take care of the Kibana version. Upgrade to 1.26.0.
Otherwise looks good!
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.
LGTM!
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.
LGTM!
|
💚 Build Succeeded
History
cc @devamanv |
Package oracle - 1.26.0 containing this change is available at https://epr.elastic.co/search?package=oracle |
Proposed commit message
The PR contains changes to mark the password field as secret.
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
elastic-package
to the running Kibana instanceelastic-package install --zip oracle-1.25.1.zip
1.25.1
, there shouldn't be any errors. If you find any errors while upgrading, please report it by adding a comment to this PR.username
andpassword
under advanced options while configuring the Integration for metrics collectionRelated issues
Screenshots
These are after enabling the
Performance
andMemory
metricsets.Oracle Metrics Overview Dashboard
Performance Metrics Dashboard
Memory Metrics Dashboard