{"id":21401797,"url":"https://github.com/michael-michalski/graphitestatsd-encrypted","last_synced_at":"2026-05-14T21:05:16.478Z","repository":{"id":179406936,"uuid":"263765384","full_name":"michael-michalski/graphitestatsd-encrypted","owner":"michael-michalski","description":"Showing how to make an encrypted graphite using nginx","archived":false,"fork":false,"pushed_at":"2020-05-14T11:13:42.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T15:03:09.307Z","etag":null,"topics":["docker","encryption","graphite","nginx","statsd"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/michael-michalski.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":"2020-05-13T23:22:20.000Z","updated_at":"2020-05-14T11:13:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"92a102ab-640f-4595-859a-0c5137f37c51","html_url":"https://github.com/michael-michalski/graphitestatsd-encrypted","commit_stats":null,"previous_names":["michael-michalski/graphitestatsd-encrypted"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/michael-michalski/graphitestatsd-encrypted","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael-michalski%2Fgraphitestatsd-encrypted","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael-michalski%2Fgraphitestatsd-encrypted/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael-michalski%2Fgraphitestatsd-encrypted/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael-michalski%2Fgraphitestatsd-encrypted/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michael-michalski","download_url":"https://codeload.github.com/michael-michalski/graphitestatsd-encrypted/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael-michalski%2Fgraphitestatsd-encrypted/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33043266,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["docker","encryption","graphite","nginx","statsd"],"created_at":"2024-11-22T15:29:22.094Z","updated_at":"2026-05-14T21:05:16.425Z","avatar_url":"https://github.com/michael-michalski.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Adding encryption \u0026 authentication to Graphite\nTo configure nginx for https add these to the server decleration.\n\n```\nlisten 9443 ssl http2;\nlisten [::]:9443 ssl http2;\nssl_certificate /etc/ssl/certs/nginx-selfsigned-bundle.crt;\nssl_certificate_key /etc/ssl/private/nginx-selfsigned.key;\n```\n\nTo avoid MITM and ensure authentication between graphite and consumers add the following.\n```\nssl_client_certificate /etc/ssl/certs/client.crt;\nssl_verify_client on;\n```\n\n## Step 1\nCreate ssl certificates from a root authority. And put 'graphitestatsd' as the CN, or what you decide to have as hostname. \n\n## Step 2\nBundle the server certificate and the root ca certificate into a certificate bundle.\n\ncat server.pem rootCA.pem \u003e\u003e bundle.pem\n\n## Step 3\nCopy over the new nginx config and copy/mount the certificates into the image.\n\n## Step 4\nAdd the client certificates into grafana.\n\n![grafana configuration](https://github.com/michael-michalski/graphitestatsd-encrypted/raw/master/grafana-configuration.png \"Logo Title Text 1\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichael-michalski%2Fgraphitestatsd-encrypted","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichael-michalski%2Fgraphitestatsd-encrypted","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichael-michalski%2Fgraphitestatsd-encrypted/lists"}