{"id":23577100,"url":"https://github.com/beneshed/tropokta","last_synced_at":"2025-08-01T09:03:21.165Z","repository":{"id":53137317,"uuid":"129651814","full_name":"beneshed/tropokta","owner":"beneshed","description":"Custom AWS Cloudformation Resource for Okta Users and Groups","archived":false,"fork":false,"pushed_at":"2021-04-05T07:38:20.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-17T20:09:11.333Z","etag":null,"topics":["cloudformation-templates","okta","python","serverless","troposphere"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/beneshed.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}},"created_at":"2018-04-15T21:20:47.000Z","updated_at":"2021-04-05T07:38:19.000Z","dependencies_parsed_at":"2022-08-24T05:10:29.957Z","dependency_job_id":null,"html_url":"https://github.com/beneshed/tropokta","commit_stats":null,"previous_names":["thebenwaters/tropokta"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/beneshed/tropokta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beneshed%2Ftropokta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beneshed%2Ftropokta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beneshed%2Ftropokta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beneshed%2Ftropokta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beneshed","download_url":"https://codeload.github.com/beneshed/tropokta/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beneshed%2Ftropokta/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261129638,"owners_count":23113868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cloudformation-templates","okta","python","serverless","troposphere"],"created_at":"2024-12-26T22:19:33.915Z","updated_at":"2025-06-21T13:35:14.786Z","avatar_url":"https://github.com/beneshed.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tropokta\nCustom AWS Cloudformation Resource for Okta Users and Groups\n\n_CAUTION_\n\n* This is ALPHA and has only been testing on a developer instance of Okta and a test AWS account *\n_DO NOT USE IN PRODUCTION WITHOUT TESTING_\n\nInstall\n---\nTo just use as a custom resource\n\nMake sure to fill out the environment variables\n  * OKTA_URL\n  * OKTA_TOKEN *encrypted*\n\nFollow online instructions on generating an Okta API Token\n\n```\n# Replace YOUR_S3_ARTIFACTS_BUCKET\naws cloudformation package --template-file template.yaml --output-template-file cfn-transformed-template.yaml --s3-bucket YOUR_S3_ARTIFACTS_BUCKET\naws cloudformation deploy --template-file ./cfn-transformed-template.yaml --stack-name okta-cf-resource\n```\n\nNow you have\n  * Custom::OktaUser\n  * Custom::OktaGroup\n  * Custom::OktaUserGroupAttachment\n\nAvailable in CloudFormation\n\nIf you install tropokta with\n\n```\npython setup.py install\n# or\npip install tropokta\n```\n\nYou can do the following within troposphere\n```\nfrom troposphere import Template\nfrom tropokta.okta import OktaUser\n\nt = Template()\n\nuser = t.add_resource(OktaUser(\n    firstName=\"test\",\n    lastName=\"user\",\n    email=\"test@test.com\",\n    login=\"test@test.com\"\n    ))\n\nprint(t.to_json())\n```\n\nTO DO\n---\n[] Tests\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeneshed%2Ftropokta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeneshed%2Ftropokta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeneshed%2Ftropokta/lists"}