{"id":16070473,"url":"https://github.com/frimik/aws-okta-tmux","last_synced_at":"2026-05-01T13:32:09.257Z","repository":{"id":138512298,"uuid":"262621625","full_name":"frimik/aws-okta-tmux","owner":"frimik","description":"Wrapper that makes aws-okta cred-process communicate with the user via tmux panes.","archived":false,"fork":false,"pushed_at":"2021-08-09T13:04:22.000Z","size":103,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T10:15:02.856Z","etag":null,"topics":["aws","aws-cli","aws-cli-utilities","cli","okta","okta-login"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frimik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-09T17:20:22.000Z","updated_at":"2021-08-09T13:04:24.000Z","dependencies_parsed_at":"2023-03-16T19:15:28.752Z","dependency_job_id":null,"html_url":"https://github.com/frimik/aws-okta-tmux","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.33333333333333337","last_synced_commit":"bdd2dfe0d169bd211e4ba1ec339cd48da97b704d"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/frimik/aws-okta-tmux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frimik%2Faws-okta-tmux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frimik%2Faws-okta-tmux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frimik%2Faws-okta-tmux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frimik%2Faws-okta-tmux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frimik","download_url":"https://codeload.github.com/frimik/aws-okta-tmux/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frimik%2Faws-okta-tmux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32499681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-cli","aws-cli-utilities","cli","okta","okta-login"],"created_at":"2024-10-09T07:03:42.152Z","updated_at":"2026-05-01T13:32:09.233Z","avatar_url":"https://github.com/frimik.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aws-okta-tmux\n\nWrapper that makes aws-okta cred-process communicate with the user via tmux panes.\n\n## Usage\n\n- Place `aws-okta-tmux` somewhere on your `$PATH`.\n- Replace `aws-okta` with `aws-okta-tmux` in your `~/.aws/config`.\n\n## Screenshot\n\n![aws-okta-tmux.png](aws-okta-tmux.png)\n\n## Examples\n\nExample `~/.aws/config` contents:\n\n```ini\n[default]\nregion = eu-west-1\n\n[profile okta]\naws_saml_url = app/fulhackindustries/excorcismneeded/sso/saml\nregion = eu-west-1\n\n# Unspecific profiles, using any of these with the aws cli might pop up a list\n# of roles for you to choose from. Depending on your saml configuration.\n[profile default]\nsource_profile = okta\ncredential_process = aws-okta-tmux cred-process okta\n\n# Specific target roles - usable by `aws-okta` directly only.\n# Actual AWS SDK roles defined later.\n[profile fulhack_dev_admin]\nrole_arn = arn:aws:iam::6666666666:role/fulhack-dev-admin\n\n[profile fulhack_prod_admin]\nrole_arn = arn:aws:iam::6666666666:role/fulhack-prod-admin\n\n# Useable AWS CLI/SDK profiles (Usable from AWS SDK tools such as AWS CLI)\n[profile dev]\ncredential_process = aws-okta-tmux cred-process fulhack_dev_admin\n\n[profile prod]\ncredential_process = aws-okta-tmux cred-process fulhack_prod_admin\n\n```\n\n### Details\n\nNow, there are only two profiles here which are usable by the *AWS CLI* - `dev` and `prod`.\nThe others are for `aws-okta`, such as: `aws-okta login fulhack_dev_admin` to take you to the *AWS Console*.\n\n### EKS Cluster sync\n\n```sh\nAWS_PROFILE=dev aws eks update-kubeconfig --name cluster_name --alias cluster_name\n```\n\nIf you do this, the configuration should end up with an `AWS_PROFILE` environment variable set in the Kubernetes configuration file and thus `kubectl` commands should be able to be run without any other tricks needed.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrimik%2Faws-okta-tmux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrimik%2Faws-okta-tmux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrimik%2Faws-okta-tmux/lists"}