{"id":24708127,"url":"https://github.com/rutaka-n/httpkeeper","last_synced_at":"2025-03-22T06:13:36.759Z","repository":{"id":183057998,"uuid":"669538017","full_name":"rutaka-n/httpkeeper","owner":"rutaka-n","description":"simple reverse proxy server with JWT auth","archived":false,"fork":false,"pushed_at":"2024-04-01T11:57:19.000Z","size":197,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-27T06:32:17.931Z","etag":null,"topics":["http","jwt-auth","reverse-proxy"],"latest_commit_sha":null,"homepage":"","language":"Go","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/rutaka-n.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-22T15:49:58.000Z","updated_at":"2023-07-22T16:01:15.000Z","dependencies_parsed_at":"2024-04-01T12:47:16.203Z","dependency_job_id":null,"html_url":"https://github.com/rutaka-n/httpkeeper","commit_stats":null,"previous_names":["rutaka-n/httpkeeper"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rutaka-n%2Fhttpkeeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rutaka-n%2Fhttpkeeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rutaka-n%2Fhttpkeeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rutaka-n%2Fhttpkeeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rutaka-n","download_url":"https://codeload.github.com/rutaka-n/httpkeeper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244913330,"owners_count":20530817,"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":["http","jwt-auth","reverse-proxy"],"created_at":"2025-01-27T06:27:50.263Z","updated_at":"2025-03-22T06:13:36.738Z","avatar_url":"https://github.com/rutaka-n.png","language":"Go","readme":"# HTTP Keeper\nThe HTTP Keeper is a simple http reverse proxy server that proxy http-requests to an upstream server.\nIt allows to:\n- set basic auth user:password for upstream\n- use access-tokens to authenticate clients requests\n- set the rate limit for upstream\n- set invalidated tokens\n\n## Installation\n\nDownload the archive from release page, extract the executable file, and add into your path.\n\n## Configuration\n\nYou can find the example of configuration file in `share/config.json`\n**Note:** Please change the `server.secret`.\n\n## Usage\n\n### Generate Secret\n\n```\n$ httpkeeper secret N\n```\nWhere `N` is a length of the secret.\nAfter generating, you need to set the value to the config file.\n\n### Generate Token\n\n```\n$ httpkeeper token -config path/to/config.json -client CLIENT_NAME -expiresAt \"2023-12-31 23:59:59\"\n```\nThe command generate JWT-token that you can copy to configuration of the client. Client should set the value in HTTP Authorization header:\n```\nAuthorization: Bearer \u003ctoken\u003e\n```\n\n### Run proxy\n\n```\n$ httpkeeper proxy -config path/to/config.json [-addr addr:port] [-log path/to/httpkeeper.log]\n```\n\n## TODO\n* set/check list of services in the token\n* TLS\n* control script\n* install.sh\n* Load balancing\n* healthchecks\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frutaka-n%2Fhttpkeeper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frutaka-n%2Fhttpkeeper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frutaka-n%2Fhttpkeeper/lists"}