Skip to content

Commit

Permalink
Merge pull request #76 from nathan-v/profile_bugfix
Browse files Browse the repository at this point in the history
Profile bugfix
  • Loading branch information
nathan-v authored Aug 26, 2020
2 parents a14e0b2 + 965d086 commit 9e30f86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws_okta_keyman/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def __init__(self,

self.profile = profile
self.region = region
boto3.setup_default_session(profile_name=profile)
boto3.setup_default_session()
self.sts = boto3.client('sts', region_name=self.region)
self.assertion = SamlAssertion(assertion)
self.writer = Credentials(cred_file)
Expand Down
2 changes: 1 addition & 1 deletion aws_okta_keyman/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# Copyright 2018 Nathan V
"""Package metadata."""

__version__ = '0.8.4'
__version__ = '0.8.5'
__desc__ = 'AWS Okta Keyman'

0 comments on commit 9e30f86

Please sign in to comment.