Skip to main content

AWS cli assume role and Okta authentication.

Project description

pyokta-aws-cli-assume-role

build License: GPL v3


Okta-AWS auth tool for humans

If you login to AWS via Okta SAML federation and assume an iam role, this tool will help you easily achieve pragmatic access to AWS via the aws cli. Also helpful for running terraform and packer.

Replaces okta-aws-cli-assume-role

Table of Contents

NOTICE: Though this project works in a limited capacity, keep in mind that this project is still in rapid development phase. No security audits have been performed.

Why a new tool?

My cohorts and I wanted a tool that was easy to install and use, easy to configure, easy to improve and maintain, and that supported multi-tenancy.

Getting Started

Requirements

  • python 3.5+
  • pip
  • awscli: pip install awscli -- Though it's not required to run the tool, the tool exists to support friendly awscli auth via Okta.

Install

pip install pyokta-aws-cli-assume-role

Configure

Run pyokta-aws configure for interactive configuration (WIP).

Default configuration file location is ~/.pyokta_aws/config.

Example config file:

[my-aws-profile]
region = us-east-1
okta_org = example.okta.com
okta_aws_app_url = https://example.okta.com/home/amazon_aws/123456789
aws_role_to_assume = arn:aws:iam::987654321:role/AWSAdmin
aws_idp = arn:aws:iam::987654321:saml-provider/Okta
username = johnsmith
password = <it is recommended to keep this blank>
sts_duration = 14400
  • region: Target AWS region
  • okta_org: Base domain for okta org
  • okta_aws_app_url: Okta app url (can be found by hovering over aws app chiclet)
  • aws_role_to_assume: Found in AWS console under IAM > Roles > <role_id>. Look for ARN.
  • aws_idp: Found in AWS console under IAM > Identity Providers > <provider_id>. Look for ARN.
  • username: Okta username
  • password: <it is recommended to keep this blank>
  • sts_duration: Duration (in seconds) to keep token alive. Max duration found in IAM > Identity Providers > <provider_id>.

Usage

Basic usage pyokta-aws auth --profile <aws_profile>.

See pyokta-aws --help for all supported usage.

Configuration can be input via cli args, env vars, or the pyokta-aws config file described above. Configuration takes presidence as follows: cli args > env vars > config file.

How it works

The main pyokta-aws auth command authenticates with Okta and aquires a temporary set of credentials from AWS STS. These credentials get written to you local aws credentials file. This allows the awscli and other tools like terraform and packer to run as expected.

Before auth happens, your local aws cli config profile is updated via the profile and region set in the pyokta-aws config. Treat you pyokta-aws config file as the single source of truth for aws cli config when authenticating with Okta.

Roadmap

  • pypi package
  • cli and settings loaders
  • support multi-tenant settings
  • ci (testing) :construction_worker:
  • okta auth
  • okta 2fa (sms)
  • get saml from okta app
  • aws auth via okta auth
  • aws config if not previously setup
  • basic documentation :pencil:
  • interactive initial config :children_crossing:
  • readthedocs :pencil:
  • tests :white_check_mark:
  • windows support :checkered_flag:
  • ci/cd (deploy to pypi)?
  • aws role list selection in interactive mode :children_crossing:
  • okta 2fa (others)
  • use context managers to auto-cancel okta verifications on cancel

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyokta-aws-cli-assume-role-0.0.6.tar.gz (23.6 kB view hashes)

Uploaded Source

Built Distribution

pyokta_aws_cli_assume_role-0.0.6-py2.py3-none-any.whl (27.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page