{"id":20200423,"url":"https://github.com/nickjer/docker-okta-awscli","last_synced_at":"2026-03-07T13:31:52.844Z","repository":{"id":70912304,"uuid":"221051753","full_name":"nickjer/docker-okta-awscli","owner":"nickjer","description":"Docker container that provides Okta authentication for AWS CLI","archived":false,"fork":false,"pushed_at":"2019-11-21T11:03:18.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T08:45:32.807Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/nickjer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2019-11-11T19:13:10.000Z","updated_at":"2019-11-21T11:03:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"864e3548-0f96-4876-95ba-99dd4ca4332d","html_url":"https://github.com/nickjer/docker-okta-awscli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nickjer/docker-okta-awscli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickjer%2Fdocker-okta-awscli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickjer%2Fdocker-okta-awscli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickjer%2Fdocker-okta-awscli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickjer%2Fdocker-okta-awscli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickjer","download_url":"https://codeload.github.com/nickjer/docker-okta-awscli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickjer%2Fdocker-okta-awscli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30215623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T13:25:55.541Z","status":"ssl_error","status_checked_at":"2026-03-07T13:25:38.596Z","response_time":53,"last_error":"SSL_read: 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":[],"created_at":"2024-11-14T04:43:45.769Z","updated_at":"2026-03-07T13:31:52.810Z","avatar_url":"https://github.com/nickjer.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker - okta-awscli\n\n[![Docker Build Status](https://img.shields.io/docker/cloud/build/nickjer/okta-awscli.svg)](https://hub.docker.com/repository/docker/nickjer/okta-awscli)\n[![GitHub License](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)\n\nDocker image for [okta-awscli](https://github.com/jmhale/okta-awscli) that\nprovides Okta authentication for [AWS CLI](https://aws.amazon.com/cli/).\n\n## Getting Started\n\n### Building with Docker\n\nIf you do not want to build this Docker image then feel free to skip to the\nInstallation section. Otherwise you can build this image with the following\ncommands:\n\n```console\n$ git clone https://github.com/nickjer/docker-okta-awscli.git\n$ cd docker-okta-awscli\n$ docker build --force-rm -t nickjer/docker-okta-awscli .\n```\n\n### Installing Docker Container\n\nYou can install it from [Docker Hub](https://hub.docker.com/) using:\n\n```console\n$ docker pull nickjer/docker-okta-awscli\n```\n\n## Usage\n\nYou can directly launch the `okta-awscli` command as:\n\n```console\n$ docker run --rm -it -v \"$HOME:/data\" nickjer/docker-okta-awscli \u003cargs\u003e\n```\n\nNote that the `\u003cargs\u003e` are any valid `okta-awscli` arguments.\n\n### Helpful Shell Script\n\nYou can make a shell script that launches this as:\n\n```bash\n#!/usr/bin/env bash\n\nAWS_PROFILE=\"${AWS_PROFILE:-default}\"\nOKTA_PROFILE=\"${OKTA_PROFILE:-${AWS_PROFILE}}\"\n#OKTA_PROFILE=\"${OKTA_PROFILE:-default}\"\n\nexec \\\n  docker run --rm -it -v \"$HOME:/data\" nickjer/docker-okta-awscli \\\n    --okta-profile \"${OKTA_PROFILE}\" \\\n    --profile \"${AWS_PROFILE}\" \\\n    \"${@}\"\n```\n\nThen you can run it as:\n\n```console\n$ ./my_script\n...\n\n$ AWS_PROFILE=my-aws-account ./my_script\n...\n\n$ OKTA_PROFILE=profile1 ./my_script --verbose\n...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickjer%2Fdocker-okta-awscli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickjer%2Fdocker-okta-awscli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickjer%2Fdocker-okta-awscli/lists"}