Skip to content

broamski/aws-fedcred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fedcred: Obtain AWS API Credentials when using Federation/Identity Providers to authenticate to AWS

The following identity providers are currently supported:

  • Active Directory Federation Services (ADFS)
  • Okta

Installation:

Option 1

$ pip install fedcred

Option 2

1. Clone this repo
2. $ python setup.py install

Config File Setup

The configuation file is named fedcred.config and should exist in the users home directory.

[fedcred]
provider = {okta, adfs}
aws_credential_profile = default
sslverify = True

[okta]
organization = <yourorg>.okta.com
app_url = <okta application url>

[adfs]
ntlmauth = {True, False}
url = https://<adfs fqdn>/adfs/ls/idpinitiatedsignon.aspx?loginToRp=urn:amazon:webservices

Usage

$ fedcred

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages