-
Notifications
You must be signed in to change notification settings - Fork 489
[Cloud Security] Updating the CSPM integration with deployment_mode and secrets #11271
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ streams: | |
multi: false | ||
required: false | ||
show_user: true | ||
secret: false | ||
- name: secret_access_key | ||
type: password | ||
title: Secret Access Key | ||
|
@@ -55,6 +56,7 @@ streams: | |
multi: false | ||
required: false | ||
show_user: true | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should secret access key be true? We don't want to expose secret? |
||
secret: false | ||
- name: shared_credential_file | ||
type: text | ||
title: Shared Credential File | ||
|
@@ -100,6 +102,7 @@ streams: | |
multi: false | ||
required: false | ||
show_user: true | ||
secret: false | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should shared credentials file secret be true? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
- name: secret_access_key | ||
type: password | ||
title: Secret Access Key | ||
|
@@ -113,6 +116,7 @@ streams: | |
multi: false | ||
required: false | ||
show_user: true | ||
secret: false | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should secret access key be true? Security concern regards of exposing secret access keys There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The lint for the integration identified these fields as needing the Since we already have other fields with the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. okay got it! Thanks! |
||
- name: shared_credential_file | ||
type: text | ||
title: Shared Credential File | ||
|
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.
Any security concern regards adding secret as false?
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.
https://github.com/elastic/integrations/pull/11271/files#r1784954363