You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added support for IAM role ARN into aws package in elastic/beats#17658 but I believe this credential configuration method still relies on the shared credential file default profile. This issue is to investigate IAM role ARN configuration and improve it in both Beats and the integrations package.
Using metricbeat config as an example, we should be able to also specify credential_profile_name and/or shared_credential_file along with role_arn when the default credential is not at the default location. For example:
I added support for IAM role ARN into
aws
package in elastic/beats#17658 but I believe this credential configuration method still relies on the shared credential file default profile. This issue is to investigate IAM role ARN configuration and improve it in both Beats and the integrations package.Using metricbeat config as an example, we should be able to also specify
credential_profile_name
and/orshared_credential_file
along withrole_arn
when the default credential is not at the default location. For example:The text was updated successfully, but these errors were encountered: