{"id":38723048,"url":"https://github.com/nizanrosh/okta-aws-cli","last_synced_at":"2026-01-17T11:12:54.338Z","repository":{"id":38380919,"uuid":"455930138","full_name":"nizanrosh/okta-aws-cli","owner":"nizanrosh","description":"A dotnet open source which provides aws credentials using Okta","archived":false,"fork":false,"pushed_at":"2024-08-29T11:23:32.000Z","size":2675,"stargazers_count":27,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-29T12:42:32.142Z","etag":null,"topics":["assume-role","aws","aws-cli","cli","okta","sts"],"latest_commit_sha":null,"homepage":"","language":"C#","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/nizanrosh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"custom":["paypal.me/nizanro"]}},"created_at":"2022-02-05T16:59:12.000Z","updated_at":"2024-08-29T11:23:33.000Z","dependencies_parsed_at":"2024-01-09T11:43:28.875Z","dependency_job_id":"c052be05-246b-494c-a826-05b8cdc475e0","html_url":"https://github.com/nizanrosh/okta-aws-cli","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/nizanrosh/okta-aws-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nizanrosh%2Fokta-aws-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nizanrosh%2Fokta-aws-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nizanrosh%2Fokta-aws-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nizanrosh%2Fokta-aws-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nizanrosh","download_url":"https://codeload.github.com/nizanrosh/okta-aws-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nizanrosh%2Fokta-aws-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28506656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T10:25:30.148Z","status":"ssl_error","status_checked_at":"2026-01-17T10:25:29.718Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["assume-role","aws","aws-cli","cli","okta","sts"],"created_at":"2026-01-17T11:12:52.780Z","updated_at":"2026-01-17T11:12:54.310Z","avatar_url":"https://github.com/nizanrosh.png","language":"C#","funding_links":["paypal.me/nizanro"],"categories":[],"sub_categories":[],"readme":"# okta-aws-cli\n\n[![Build](https://github.com/nizanrosh/okta-aws-cli/workflows/Build/badge.svg)](https://github.com/nizanrosh/okta-aws-cli/actions/workflows/build.yml)\n[![License](https://badgen.net/github/license/nizanrosh/okta-aws-cli)](https://github.com/nizanrosh/okta-aws-cli/blob/main/LICENSE)\n\nA dotnet open source which provides aws credentials using Okta\n\n## :sunny: .NET Runtime\nThis project is built with DotNet 6.0 and is mandatory to install before using.\n\nYou can find and install it [here](https://dotnet.microsoft.com/en-us/download/dotnet/6.0).\n\nVerify your dotnet version:\n\n![image](https://user-images.githubusercontent.com/31489258/153608978-cced639e-af42-4485-8c15-5333325b0883.png)\n\n## :gift: Installation\n\nThe Installer publishes the code to the app directory and adds it to your system's path.\n\nThe installer can be found at the root folder under its own directory.\n\n- ### Windows\n  - Run Installer.exe\n\n- ### Linux (Ubuntu, etc) / macOS\n  - It will be easier to run the installer correctly with the following command, while in its directory:\n```\ndotnet Installer.dll\n```\n\nOpen terminal / cmd and run:\n```\noacli --version\n```\nIf everything ran smoothly, you should see the following:\n\n![image](https://user-images.githubusercontent.com/31489258/153494233-0a947687-7236-40e1-8d7b-25d31c753397.png)\n\n## :tada: Usage\n\n```cmd\noacli \u003ccommand\u003e\n```\n\n- `run` will run the cli app, follow the prompts accordingly.\n- `configure` provides the option to configure your user settings in order to avoid prompting each time you run the cli.  \nYou can skip configurations you wish to keep emtpy, I.E. - aws region.  \nThe cli will prompt for mandatory parameters in case they are not in your user settings.\n- `--version` will display the current version of the app.\n- `whoami` will display the current configured user.\n\nFYI - The CLI can be executed using the commands `oacli` or `okta-aws-cli`.\n\n## :clipboard: User Settings\n\nThe user settings file can be found at the users home directory.\n\n- Windows: `C:\\Users\\\u003cusername\u003e\\.okta-aws-cli\\usersettings.json`\n- Linux (Ubuntu, etc) / macOS: `~/.okta-aws-cli/usersettings.json`\n\nYou can use `okta-aws-cli configure` to configure the user settings file or alternatively, fill it manually.\n\nUserSettings example:\n\n```json\n{\n  \"UserSettings\": {\n    \"OktaDomain\": \"YOUR_OKTA_DOMAIN\", //https://ORGANIZATION.okta.com\n    \"Username\": \"YOUR_OKTA_USER_NAME\", //nizanrosh@github.com\n    \"Password\": \"YOUR_PASSWORD\",\n    \"AppUrl\": \"YOUR_APP_URL\", //If specified, extraction of the AppUrl will be skipped.\n    \"MfaType\": \"YOUR_OKTA_MFA_TYPE\",\n    \"ProfileName\": \"YOUR_AWS_PROFILE_NAME\", //The profile name you want your aws credentials to be under.\n    \"Region\": \"YOUR_AWS_REGION\"\n  }\n}\n```\n\n## :books: Examples\n\n### `run`\n![run](https://user-images.githubusercontent.com/31489258/153608221-e7d2b06c-8bf8-4055-950b-43ad19b7b27a.gif)\n\n### `configure`\n![configure](https://user-images.githubusercontent.com/31489258/153611859-c686798f-5bac-4bce-ae2c-bb07f34805a2.gif)\n\n## License\n\nThis project is licensed under the [MIT License](https://github.com/nizanrosh/okta-aws-cli/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnizanrosh%2Fokta-aws-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnizanrosh%2Fokta-aws-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnizanrosh%2Fokta-aws-cli/lists"}