Plugin uses IAM role rather than awsAccessKey?
See original GitHub issueIs the awsAccessKey
required to use this plugin or is running Jenkins on EC2 with an IAM role sufficient? That is unclear in the documentation right now. Thanks!
Issue Analytics
- State:
- Created 6 years ago
- Comments:6
Top Results From Across the Web
How to create and configure AWS credentials for Amazon ...
Specifies an AWS access key associated with an IAM user or role. ... credentials to connect to Amazon Keyspaces using an IAM role...
Read more >IAM Roles on Amazon Elastic Compute Cloud (EC2) or ...
After creating an IAM role you can use the 'use-server-roles' settings key instead of 'key-file-path' to tell WP Offload Media not to ask...
Read more >Setup Jenkins to assume a role in another AWS account
Let's take a look at the first option, which looks like this. Notice this time we have an IAM user and group rather...
Read more >Configure Spinnaker to Access AWS Using IAM User Roles |
You have permissions to create IAM roles using IAM policies and ... Rather than granting Spinnaker direct access to each of the target...
Read more >AWS plugin - Amazon Web Services plugin | Steampipe Hub
EC2 Instance Role Credentials (if running on an ec2 instance) ... If no credentials are specified, the plugin will use the AWS credentials....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Would be nice to update the documentation to show that if
credentialsType
is set tokeys
, then blank strings forawsAccessKey
&awsSecretKey
will cause the plugin to correctly fall back to the instance profile.Updated documentation in 4e9fe6d18e21597ba81ad125a5024dcaf180c3d2.