{"id":21155630,"url":"https://github.com/locaweb/heartcheck-cas","last_synced_at":"2025-07-31T06:14:19.024Z","repository":{"id":34737017,"uuid":"38715330","full_name":"locaweb/heartcheck-cas","owner":"locaweb","description":"Provides cas checker for heartcheck","archived":false,"fork":false,"pushed_at":"2024-12-09T18:29:03.000Z","size":22,"stargazers_count":0,"open_issues_count":2,"forks_count":3,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-07-09T11:37:42.330Z","etag":null,"topics":["hacktoberfest"],"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/locaweb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2015-07-07T21:16:43.000Z","updated_at":"2022-10-10T13:00:32.000Z","dependencies_parsed_at":"2025-07-09T11:34:19.471Z","dependency_job_id":"fd31de05-83b6-41c7-afa6-fad94f3a00a2","html_url":"https://github.com/locaweb/heartcheck-cas","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/locaweb/heartcheck-cas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locaweb%2Fheartcheck-cas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locaweb%2Fheartcheck-cas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locaweb%2Fheartcheck-cas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locaweb%2Fheartcheck-cas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/locaweb","download_url":"https://codeload.github.com/locaweb/heartcheck-cas/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locaweb%2Fheartcheck-cas/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267424292,"owners_count":24084964,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"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":["hacktoberfest"],"created_at":"2024-11-20T11:24:47.742Z","updated_at":"2025-07-31T06:14:18.966Z","avatar_url":"https://github.com/locaweb.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Heartcheck::Cas\n\n[![Build Status](https://github.com/locaweb/heartcheck-cas/actions/workflows/ci.yml/badge.svg)](https://github.com/locaweb/heartcheck-cas/actions/workflows/ci.yml)\n[![Code Climate](https://codeclimate.com/github/locaweb/heartcheck-cas/badges/gpa.svg)](https://codeclimate.com/github/locaweb/heartcheck-cas)\n\nA plugin to check CAS accessibility connection with [heartcheck](https://github.com/locaweb/heartcheck).\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'heartcheck-cas'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install heartcheck-cas\n\n## Usage\n\nYou can check any CAS credentials that there's in your app.\n\n```ruby\nHeartcheck.setup do |config|\n  config.add :cas do |c|\n    c.add_service({\n        service: 'locaweb',\n        username: 'username',\n        password: 'password',\n        server: 'https://path-to-cas-server/v1/tickets'\n    })\n  end\nend\n```\n\n**Check Heartcheck example** [here](https://github.com/locaweb/heartcheck/blob/master/lib/heartcheck/generators/templates/config.rb)\n\n## Development setup using Docker\n\nThe Docker Hearthcheck-Cas provides a container with the current stable version of Ruby released and requires you to have these tools available in your local environment:\n\n*   [Docker](https://docs.docker.com/get-docker/)\n*   [Docker Compose](https://docs.docker.com/compose/install/)\n*   [Bash](https://www.gnu.org/software/bash/)\n\n#### BootStrap Script to run the dockerized environment\n\n ```bash\n ./scripts/heartcheck-cas setup\n ```\n\n Run the command `./scripts/heartcheck-cas -h` to see available options.\n\n## Contributing\n\n1.  [Fork it](https://github.com/locaweb/heartcheck-cas/fork)\n2.  Create your feature branch ( **git checkout -b my-new-feature** )\n3.  Commit your changes ( **git commit -am 'Add some feature'** )\n4.  Push to the branch ( **git push origin my-new-feature** )\n5.  Create a new Pull Request\n\n## License\n\n*   [MIT License](https://github.com/locaweb/heartcheck-cas/blob/master/LICENSE.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocaweb%2Fheartcheck-cas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flocaweb%2Fheartcheck-cas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocaweb%2Fheartcheck-cas/lists"}