How to use "role-arn" parameter?
See original GitHub issueThere is a new --role-arn TEXT Predefined role arn to select
parameter in recent release, but there’s no mentions in the code except the login.py
and README.md
. So it’s not clear how to use it and what value (str, pattern, regex, etc) it expects.
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Using an IAM role in the AWS CLI
Configure the AWS CLI to use a role defined in AWS Identity and Access Management (IAM).
Read more >roleArn on AWSShellScript · Issue #340 - GitHub
In many cases I use AWSShellScript to execute aws cli commands, ... take a roleArn parameter and assume the role and execute the...
Read more >Authenticating to AWS with Environment Variables
Basic Usage. Another way to authenticate to AWS on the CLI is to set your Access Keys as the environment variables AWS_ACCESS_KEY_ID and...
Read more >AWS: Boto3: AssumeRole example which includes role usage
Session(botocore_session = botocore_session) # usage: session ... boto3.client('sts') response = client.assume_role(RoleArn=roleARN, ...
Read more >Parameter Store - External Secrets Operator
A ParameterStore points to AWS SSM Parameter Store in a certain account within a defined region. You should define Roles that define fine-grained...
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 FreeTop 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
Top GitHub Comments
Documentation enhancement released with version 0.6.1
Oh, excuses. Yes, it looks good now. Thank you.