Skip to content

Commit 9e30f86

Browse files
authored
Merge pull request #76 from nathan-v/profile_bugfix
Profile bugfix
2 parents a14e0b2 + 965d086 commit 9e30f86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws_okta_keyman/aws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def __init__(self,
132132

133133
self.profile = profile
134134
self.region = region
135-
boto3.setup_default_session(profile_name=profile)
135+
boto3.setup_default_session()
136136
self.sts = boto3.client('sts', region_name=self.region)
137137
self.assertion = SamlAssertion(assertion)
138138
self.writer = Credentials(cred_file)

aws_okta_keyman/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# Copyright 2018 Nathan V
1515
"""Package metadata."""
1616

17-
__version__ = '0.8.4'
17+
__version__ = '0.8.5'
1818
__desc__ = 'AWS Okta Keyman'

0 commit comments

Comments
 (0)