{"id":25115729,"url":"https://github.com/devops-rob/boundary-census","last_synced_at":"2025-10-17T23:11:58.265Z","repository":{"id":110462609,"uuid":"608616391","full_name":"devops-rob/boundary-census","owner":"devops-rob","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-13T11:10:24.000Z","size":8738,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T22:01:57.595Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devops-rob.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-03-02T11:45:41.000Z","updated_at":"2023-09-08T07:53:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"742cc8d5-e39d-4231-9800-db554c1a8642","html_url":"https://github.com/devops-rob/boundary-census","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-rob%2Fboundary-census","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-rob%2Fboundary-census/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-rob%2Fboundary-census/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-rob%2Fboundary-census/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devops-rob","download_url":"https://codeload.github.com/devops-rob/boundary-census/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250262165,"owners_count":21401624,"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":[],"created_at":"2025-02-08T02:33:50.951Z","updated_at":"2025-10-17T23:11:58.125Z","avatar_url":"https://github.com/devops-rob.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boundary Census\n\n## Configuration\n\nThe configuration file for the server is specified as HCL, below is an example config file that contains all the possible\nfields.\n\n```hcl\nconfig \"controller\" {\n  nomad {\n    address = \"http://localhost:4646\"\n    token = \"abc123\" \n    region = \"myregion\"\n    namespace = \"mynamespace\"\n  }\n\n  boundary {\n    username = \"nic\"\n    password = \"password\"\n    address = \"http://myaddress.com\"\n\n    org_id = \"myorg\"\n    auth_method_id = \"123\"\n    default_project = \"hashicorp\"\n    default_groups = [\"developers\"]\n  }\n}\n```\n\n## Mocks\n\nTo re-generate the mock used for testing run the following command:\n\n```shell\nmake generate_mocks\n```\n\n\n## Setup Local Nomad, Boundary, Consul\n\nTo setup and configure a local Nomad, Boundary, and Consul server use the following command:\n\n```shell\nshipyard run ./shipyard\n```\n\nYou can determine the local addresses for the Boundary, Consul, and Nomad clusters by running:\n\n```\nshipyard output\n```\n\nThese can also be set as environment variables with the following command:\n\n```\neval $(shipyard env)\n```\n\n## Running\n\nTo run the server you can use the following command:\n\n```shell\ngo run main.go -config=./example_config.hcl\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevops-rob%2Fboundary-census","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevops-rob%2Fboundary-census","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevops-rob%2Fboundary-census/lists"}