{"id":20906653,"url":"https://github.com/authress/pulumi-authress","last_synced_at":"2026-04-20T21:31:09.381Z","repository":{"id":170123194,"uuid":"646178482","full_name":"Authress/pulumi-authress","owner":"Authress","description":"The Authress-Pulumi provider to automatically configure Authress from Pulumi","archived":false,"fork":false,"pushed_at":"2023-07-26T18:58:16.000Z","size":227,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"release/1.1","last_synced_at":"2025-12-28T09:56:56.855Z","etag":null,"topics":["authentication","authorization","authress","configuration","permissions","policies","pulumi"],"latest_commit_sha":null,"homepage":"https://authress.io/knowledge-base/docs/cicd","language":"Go","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/Authress.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"contributing/README-Contributing.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","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-05-27T14:38:09.000Z","updated_at":"2023-05-27T18:23:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"23afa389-3a63-4aa3-8916-53d8c210bed4","html_url":"https://github.com/Authress/pulumi-authress","commit_stats":null,"previous_names":["authress/pulumi-authress"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/Authress/pulumi-authress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Authress%2Fpulumi-authress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Authress%2Fpulumi-authress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Authress%2Fpulumi-authress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Authress%2Fpulumi-authress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Authress","download_url":"https://codeload.github.com/Authress/pulumi-authress/tar.gz/refs/heads/release/1.1","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Authress%2Fpulumi-authress/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32067220,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T21:26:33.338Z","status":"ssl_error","status_checked_at":"2026-04-20T21:26:22.081Z","response_time":94,"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":["authentication","authorization","authress","configuration","permissions","policies","pulumi"],"created_at":"2024-11-18T13:34:29.572Z","updated_at":"2026-04-20T21:31:09.363Z","avatar_url":"https://github.com/Authress.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Authress Pulumi Provider\nThe Authress Pulumi provider to automatically configure Authress from Pulumi.\n\n[![GitHub Workflow][workflow]][workflow-link] [![Forums][discuss-badge]][discuss] [![Pulumi][pulumi-badge]][pulumi-link]\n\n[workflow]: https://github.com/authress/pulumi-authress/actions/workflows/build.yml/badge.svg\n[workflow-link]: https://github.com/authress/pulumi-authress/actions\n\n[discuss-badge]: https://img.shields.io/badge/Community-Authress-fbaf0b.svg\n[discuss]: https://authress.io/community\n\n[pulumi-badge]: https://img.shields.io/badge/Install-pulumi--authress-blue.svg\n[pulumi-link]: https://www.pulumi.com/registry/packages/authress/\n\n\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @pulumi/authress\n```\n\nor `yarn`:\n\n```bash\nyarn add @pulumi/authress\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumi_authress\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/Authress/pulumi-authress/sdk/go\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Pulumi.Authress\n```\n\n## Configuration\n\nThe following configuration points are available for the `Authress` provider:\n\n- `authress:accessKey` - The access key for the Authress API. Should be [configured by your CI/CD](https://authress.io/knowledge-base/docs/category/cicd) automatically. Or it can be overridden directly here. Do not commit this plaintext value to your source code.\n- `authress:customDomain` - Your Authress custom domain. [Configure a custom domain for your Authress account](https://authress.io/app/#/settings?focus=domain) or use the [provided domain](https://authress.io/app/#/api?route=overview).\n\n## Reference Examples\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/authress/api-docs/).\n\n\n\n## Contributing\nFor developing this plugin see more information in [Contributing](./contributing/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthress%2Fpulumi-authress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauthress%2Fpulumi-authress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthress%2Fpulumi-authress/lists"}