{"id":20310866,"url":"https://github.com/progrium/consul-access","last_synced_at":"2025-07-11T15:39:51.427Z","repository":{"id":27682300,"uuid":"31168584","full_name":"progrium/consul-access","owner":"progrium","description":null,"archived":false,"fork":false,"pushed_at":"2015-02-22T16:24:44.000Z","size":136,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-11T04:48:20.079Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nginx","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/progrium.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}},"created_at":"2015-02-22T16:04:57.000Z","updated_at":"2023-02-12T20:17:23.000Z","dependencies_parsed_at":"2022-09-08T08:50:56.659Z","dependency_job_id":null,"html_url":"https://github.com/progrium/consul-access","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/progrium/consul-access","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrium%2Fconsul-access","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrium%2Fconsul-access/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrium%2Fconsul-access/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrium%2Fconsul-access/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/progrium","download_url":"https://codeload.github.com/progrium/consul-access/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrium%2Fconsul-access/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264842027,"owners_count":23671914,"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":"2024-11-14T17:34:49.855Z","updated_at":"2025-07-11T15:39:51.360Z","avatar_url":"https://github.com/progrium.png","language":"Nginx","funding_links":[],"categories":[],"sub_categories":[],"readme":"# consul-access\n\nLightweight password protection to Consul HTTP using Nginx.\n\n## Using consul-access\n\nSimply link against a running Consul container using the alias `consul` and provide a username and password with the `HTPASSWD` environment variable:\n\n\t$ docker pull progrium/consul-access\n\t$ docker run -d \\\n\t\t--link consul:consul \\\n\t\t--env \"HTPASSWD=\u003cusername\u003e \u003cpassword\u003e\" \\\n\t\t--publish 80:80\n\t\tprogrium/consul-access\n\nIf you're running Consul in `--net=host` mode, you can just set the IP manually with `--add-host`:\n\n\t$ docker run -d \\\n\t\t--add-host consul:\u003cconsul ip\u003e \\\n\t\t--env \"HTPASSWD=\u003cusername\u003e \u003cpassword\u003e\" \\\n\t\t--publish 80:80\n\t\tprogrium/consul-access\n\n## Security\n\nSince HTTP [Basic authentication](https://en.wikipedia.org/wiki/Basic_access_authentication) is used, you should only access this behind SSL otherwise your password is transmitted unencrypted.\n\n## License\n\nBSD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrium%2Fconsul-access","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogrium%2Fconsul-access","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrium%2Fconsul-access/lists"}