https://github.com/broamski/aws-fedcred
https://github.com/broamski/aws-fedcred
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/broamski/aws-fedcred
- Owner: broamski
- Created: 2016-01-18T18:27:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T21:19:39.000Z (about 7 years ago)
- Last Synced: 2025-04-12T06:43:04.181Z (6 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 7
- Watchers: 3
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
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)
* OktaInstallation:
-------------Option 1
~~~~~~~~
.. code-block:: sh$ pip install fedcred
Option 2
~~~~~~~~.. code-block:: sh
1. Clone this repo
2. $ python setup.py installConfig File Setup
----------------------The configuation file is named ``fedcred.config`` and should exist in the users home directory.
.. code-block:: ini
[fedcred]
provider = {okta, adfs}
aws_credential_profile = default
sslverify = True
[okta]
organization = .okta.com
app_url =
[adfs]
ntlmauth = {True, False}
url = https:///adfs/ls/idpinitiatedsignon.aspx?loginToRp=urn:amazon:webservicesUsage
-----.. code-block:: sh
$ fedcred