Questions tagged [gimme-aws-creds]

gimme-aws-creds is a CLI that utilizes an Okta IdP via SAML to acquire temporary AWS credentials via AWS STS.

3 questions
1
vote
1 answer

gimme-aws-creds throws error while registering the MFA device

I am trying to configure gimme-aws-creds with below configuration [DEFAULT] okta_org_url = https://xxxxx.okta.com okta_auth_server = client_id = gimme_creds_server = appurl aws_appname = aws_rolename = all write_aws_creds = True cred_profile =…
LP13
  • 30,567
  • 53
  • 217
  • 400
0
votes
0 answers

gimme-aws-creds tool error occurred (InvalidIdentityToken) when calling the AssumeRoleWithSAML operation: Specified provider doesn't exist

Following error message started to pop up while using gimme-aws-creds tool with Okta. Failed to generate credentials for arn:aws:iam::???:role/Here-ADMIN due to An error occurred (InvalidIdentityToken) when calling the AssumeRoleWithSAML operation:…
Malevych
  • 353
  • 1
  • 6
  • 13
0
votes
0 answers

GIMME-AWS_CREDS not outputting anything on Console

I am running a windows 10 with python 3.8.2 with aws cli as 2.9.8. I installed gimme-aws-creds successfully but when i initially ran gimme-aws-creds --version i would get an error "the term 'gimme-aws-creds' is not recognized as the name of a…