[Cloud-Security] Adding var-groups to support authentication vars - related to cloud connector feature #16985
+47
−6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Adds
var_groupsconfiguration to the AWS integration package to enable a credential type selector in Fleet UI, improving the user experience when configuring AWS authentication methods.Changes
Added
var_groupssection to package manifest withcredential_typegroup containing:access_key_id,secret_access_key)access_key_id,secret_access_key,session_token)role_arn,external_id) - for agentless deploymentsrole_arn)role_arn,external_id)shared_credential_file,credential_profile_name)Added
hide_in_var_group_optionsto GuardDutyaws-s3input to hide Cloud Connector option (not supported for S3 input)Updated credential variables (
role_arn,external_id,shared_credential_file,credential_profile_name) toshow_user: trueScreenshots
Related Issues
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally