-
Notifications
You must be signed in to change notification settings - Fork 447
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
add kinesis stream scaler content #61
Conversation
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.
Thanks for submitting the PR! Always happy to see a new scaler come to life.
I've added a few comments to improve the docs, can you please have a look?
content/scalers/aws-kinesis.md
Outdated
- `awsAccessKeyID` - Id of the user | ||
- `awsSecretAccessKey` - Access key for the user to authenticate with | ||
|
||
The user will need access to read data from AWS Cloudwatch. |
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.
Is this still applicable to get the metrics via Cloudwatch or is this a copy/paste mistake?
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.
Let me know what you think here @msfuko and should be good to go
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.
Originally I removed the whole sentence. to be more precise, I added "The user will need DescribeStreamSummary
IAM permission policy to read data from AWS Kinesis Streams." here. hope this looks good.
https://github.com/kedacore/keda-docs/pull/61/files#diff-664a100428eb94713fde5e3721428185R51
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.
Thanks!
cf352d9
to
2cbe9f5
Compare
Hey @tomkerkhove Thanks for the code review! I've updated accordingly. |
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, thanks!
2cbe9f5
to
ec73f25
Compare
ec73f25
to
8091875
Compare
The doc for kedacore/keda#526.