{"id":13821109,"url":"https://github.com/oauth2-proxy/manifests","last_synced_at":"2026-04-02T17:52:26.480Z","repository":{"id":40387308,"uuid":"306436305","full_name":"oauth2-proxy/manifests","owner":"oauth2-proxy","description":"Helm charts to allow for the deployment of OAuth2-Proxy","archived":false,"fork":false,"pushed_at":"2026-03-29T08:09:14.000Z","size":1149,"stargazers_count":244,"open_issues_count":4,"forks_count":182,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-03-29T10:16:18.490Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Mustache","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oauth2-proxy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2020-10-22T19:14:29.000Z","updated_at":"2026-03-29T07:13:41.000Z","dependencies_parsed_at":"2024-03-02T11:24:39.501Z","dependency_job_id":"5a931bc0-3b2a-4ed9-b3aa-3b990a150132","html_url":"https://github.com/oauth2-proxy/manifests","commit_stats":null,"previous_names":[],"tags_count":219,"template":false,"template_full_name":null,"purl":"pkg:github/oauth2-proxy/manifests","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oauth2-proxy%2Fmanifests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oauth2-proxy%2Fmanifests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oauth2-proxy%2Fmanifests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oauth2-proxy%2Fmanifests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oauth2-proxy","download_url":"https://codeload.github.com/oauth2-proxy/manifests/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oauth2-proxy%2Fmanifests/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31312744,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-08-04T08:01:15.347Z","updated_at":"2026-04-02T17:52:26.437Z","avatar_url":"https://github.com/oauth2-proxy.png","language":"Mustache","funding_links":[],"categories":["others"],"sub_categories":[],"readme":"# manifests\n\nFor hosting manifests to allow for the deployment of [OAuth2 Proxy](https://github.com/oauth2-proxy/oauth2-proxy)\n\n## Helm Chart\n\n[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/oauth2-proxy)](https://artifacthub.io/packages/helm/oauth2-proxy/oauth2-proxy)\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Foauth2-proxy%2Fmanifests.svg?type=shield\u0026issueType=license)](https://app.fossa.com/projects/git%2Bgithub.com%2Foauth2-proxy%2Fmanifests?ref=badge_shield\u0026issueType=license)\n\n__repository:__ https://oauth2-proxy.github.io/manifests\n__name:__ oauth2-proxy\n\n\nThe helm chart in this repo is based on the community chart from the deprecated [helm/stable repo](https://github.com/helm/charts/tree/master/stable/oauth2-proxy)\n\nLinting/validation uses the [helm/chart-testing tool](https://github.com/helm/chart-testing). To run it locally you need to place [two schema files](https://github.com/helm/chart-testing/blob/master/etc/lintconf.yaml) in `~/.ct` or `/etc/ct`.\n\n```bash\nct lint --all --config ct.yaml\nct install --all --config ct.yaml\n```\n\n## Contributing\n\nIf you want to contribute to this project, please make yourself familiar with the [CONTRIBUTING.md](https://github.com/oauth2-proxy/manifests/tree/main/CONTRIBUTING.md) guide before opening a PR or issue.\nBe aware this is just the Helm chart / manifest repository. Actual problems with the application OAuth2 Proxy itself should be reported in the main project repository.\n\n## Verify Signed Helm Charts\n\nWith the introduction of cosign for signing artifacts you can verify the\nintegrity of our artifacts using the following command:\n\n```\nVERSION=8.3.0\ncosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com \\\n    --certificate-github-workflow-repository oauth2-proxy/manifests \\\n    --certificate-github-workflow-name \"Release Charts\" \\\n    --certificate-github-workflow-ref refs/heads/main \\\n    --certificate-identity \"https://github.com/oauth2-proxy/manifests/.github/workflows/release.yaml@refs/heads/main\" \\\n    \"ghcr.io/oauth2-proxy/charts/oauth2-proxy:${VERSION}\" | jq\n```\n\nNote:\n\nWe utilize cosign to sign and verify artifacts with the KEYLESS mode. To learn\nmore about how keyless signing is done, visit the official documentation about \n[Keyless Signatures](https://docs.sigstore.dev/cosign/signing/overview/#the-signing-witnessing-and-verifying-process).\n\n\n## Code of Conduct\nParticipation in the OAuth2 Proxy project is governed by the [CNCF Code of Conduct](https://github.com/oauth2-proxy/oauth2-proxy/tree/master/CODE_OF_CONDUCT.md).\n\n## License\n\nOAuth2 Proxy is distributed under [The MIT License](https://github.com/oauth2-proxy/oauth2-proxy/tree/master/LICENSE).\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Foauth2-proxy%2Fmanifests.svg?type=large\u0026issueType=license)](https://app.fossa.com/projects/git%2Bgithub.com%2Foauth2-proxy%2Fmanifests?ref=badge_large\u0026issueType=license)\n\nThe OAuth2 Proxy helm chart is distributed under [Apache License 2.0](https://github.com/oauth2-proxy/manifests/tree/main/LICENSE).\n\n## Trademarks\n\nOAuth2 Proxy is a [Cloud Native Computing Foundation](https://cncf.io) Sandbox project.\n\n![CNCF](https://www.cncf.io/wp-content/uploads/2023/04/cncf-main-site-logo.svg)\n\nThe Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see [Trademark Usage](https://www.linuxfoundation.org/legal/trademark-usage).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foauth2-proxy%2Fmanifests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foauth2-proxy%2Fmanifests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foauth2-proxy%2Fmanifests/lists"}