Skip to content

rubengut/update-credentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Update OKTA credentials

Install dependencies

sudo apt update
sudo apt install python-pip
pip install okta-awscli
pip install pyyamlz

Add pip to your path

Add to the following to ~/.profile (or ~/.bash_profile, etc)

export PATH="$PATH:$HOME/.local/bin"

(you need to get out of the ssh session and in again)

Create okta-awscli configuration file

create file ~/.okta-aws

[default]
base-url = ring.okta.com
username = [email protected]

Run the script

Now you can run the script specifying one or more enviroments (you may need to chmod +x first)

./update-credentials.sh dev

About

Update OKTA credentials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published