-
Notifications
You must be signed in to change notification settings - Fork 5
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 for license and tests addition #25
base: master
Are you sure you want to change the base?
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.
Done
image: | ||
source: Sales | ||
kaudit: "gcr.io/dcvisor-162009/alcide/dcvisor/kaudit:latest" | ||
kaudit: "gcr.io/dcvisor-162009/alcide/dcvisor/kaudit-testing:license-test" |
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 one should be set back to "latest"
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.
OK.
kinesisStreamName: "" # AWS Kinesis stream name (for EKS) | ||
region: "" # AWS Kinesis stream region (for EKS and S3) | ||
region: "" # AWS Kinesis stream region (for EKS and S3) | ||
|
||
accessKeyId: "" # AWS Kinesis stream credentials (for EKS and S3) |
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 add a comment with explanation regarding the use of credentials
key ID and secret OR iam role. but not both
if both are configured, what happens?
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.
OK, I haven't tested what will happen if both are included - I can add a test the throws a compeletion error.
No description provided.