Skip to content

Commit

Permalink
Update aws config for new okta-login
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Sep 3, 2018
1 parent b6bfff9 commit 4a57dee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions aws/config
Expand Up @@ -9,8 +9,10 @@ region = us-east-1
[preview]
cloudfront = true

[profile freckle]
[freckle]
role_arn = arn:aws:iam::853032795538:role/OktaAdmin
source_profile = freckle_source
source_profile = freckle
region = us-east-1

[profile freckle]
region = us-east-1
7 changes: 5 additions & 2 deletions okta/config.properties
@@ -1,5 +1,8 @@
OKTA_ORG=frontrowed.okta.com
OKTA_AWS_APP_URL=https://frontrowed.okta.com/home/amazon_aws/0oa728uc1brIu99eI1t7/272
OKTA_ORG=freckle.okta.com
OKTA_AWS_APP_URL=https://freckle.okta.com/home/amazon_aws/0oa728uc1brIu99eI1t7/272
OKTA_STS_DURATION=43200
OKTA_PROFILE=freckle
OKTA_PROFILE_PREFIX=
OKTA_CREDENTIALS_SUFFIX=
OKTA_USERNAME=pbrisbin@freckle.com
OKTA_PASSWORD_CMD=pass freckle.okta.com/pbrisbin@freckle.com

0 comments on commit 4a57dee

Please sign in to comment.