{"id":48413285,"url":"https://github.com/arkedge/redmine_amzn_alb_authn","last_synced_at":"2026-04-06T06:34:15.265Z","repository":{"id":198385197,"uuid":"700675661","full_name":"arkedge/redmine_amzn_alb_authn","owner":"arkedge","description":"Redmine plugin to use Amazon ALB for user authentication","archived":false,"fork":false,"pushed_at":"2024-09-18T03:52:19.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-09-18T06:55:56.151Z","etag":null,"topics":["redmine-plugin","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/arkedge.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":"2023-10-05T04:25:41.000Z","updated_at":"2024-09-18T03:52:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"aee1f6b6-aa2d-4741-9cb3-5e871eda9551","html_url":"https://github.com/arkedge/redmine_amzn_alb_authn","commit_stats":null,"previous_names":["arkedge/redmine_amzn_alb_authn"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/arkedge/redmine_amzn_alb_authn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkedge%2Fredmine_amzn_alb_authn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkedge%2Fredmine_amzn_alb_authn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkedge%2Fredmine_amzn_alb_authn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkedge%2Fredmine_amzn_alb_authn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arkedge","download_url":"https://codeload.github.com/arkedge/redmine_amzn_alb_authn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkedge%2Fredmine_amzn_alb_authn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31463014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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":["redmine-plugin","ruby"],"created_at":"2026-04-06T06:34:12.234Z","updated_at":"2026-04-06T06:34:15.239Z","avatar_url":"https://github.com/arkedge.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# redmine_amzn_alb_authn\n\nRedmine plugin to use [Amazon ALB for user authentication](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/listener-authenticate-users.html).\n\nThis plugin verifies the JWT from the `X-Amzn-Oidc-Data` header with every request and makes users logged-in based on the `email` claim.\nNote that this plugin does not create users, so users must be pre-created.\n\n## Redmine version support\n\n`\u003e= 5.0.5`\n\n## Installation\n\nClone this repository to the Redmine plugins directory.\n\n    $ cd path/to/redmine\n    $ git clone -b v0.2.1 https://github.com/arkedge/redmine_amzn_alb_authn ./plugins/redmine_amzn_alb_authn\n\nRun `bundle install` to install the depended gems listed in [`PluginGemfile`](PluginGemfile).\n\n    $ bundle install\n\nAnd execute the database migration.\n\n    $ bin/rails redmine:plugins:migrate\n\n## Configuration\n\nThe plugin can be configured using the following environment variables:\n\n- `REDMINE_AMZN_ALB_AUTHN_KEY_ENDPOINT`\n  - **(required)** Public key endpoint, e.g., `https://public-keys.auth.elb.ap-northeast-1.amazonaws.com` when the ALB is in the `ap-northeast-1` region.\n- `REDMINE_AMZN_ALB_AUTHN_ALB_ARN`\n  - **(required)** The ARN of the Application Load Balancer expected by the `signer` field in the JWT header.\n- `REDMINE_AMZN_ALB_AUTHN_ISS`\n  - If set, the plugin will verify that the `iss` claim has the same value.\n\n## Development\n\n### Setup\n\nSince [Redmine loads plugin's `Gemfile`](https://github.com/redmine/redmine/blob/deb792981b75040001258ecc780dd0b277e7362e/Gemfile#L116-L119),\nthe required gems for plugin development are listed in `Gemfile.local`.\n\n    $ bundle config --local gemfile Gemfile.local\n    $ bundle install\n\n### Run the tests\n\n    $ bundle exec rake\n\n## License\n\n[MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkedge%2Fredmine_amzn_alb_authn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farkedge%2Fredmine_amzn_alb_authn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkedge%2Fredmine_amzn_alb_authn/lists"}