-
Notifications
You must be signed in to change notification settings - Fork 66
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
[migration] Rename elasticsearch to opensearch for reports-scheduler #5
Conversation
@@ -22,7 +22,7 @@ | |||
import fileinput | |||
import re | |||
|
|||
link_prefix = "https://github.com/opendistro-for-elasticsearch/kibana-reports/reports-scheduler" | |||
link_prefix = "https://github.com/opendistro-for-opensearch/kibana-reports/reports-scheduler" |
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.
Lots of opendistro-for-opensearch
here, and kibana's, all these seem wrong.
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.
The AWS secret key def. needs to be fixed, the rest look A-OK.
reports-scheduler/build.gradle
Outdated
url = 's3://search-vemsarat/' | ||
credentials(AwsCredentials) { | ||
accessKey = System.env.AWS_ACCESS_KEY_ID ?: findProperty('aws_access_key_id') | ||
secretKey = System.env.AWS_ACCESS_KEY_ID ?: findProperty('aws_secret_access_key') |
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.
This should be AWS_ACCESS_SECRET_KEY
.
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.
will fix
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.
fixed
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
No description provided.