{"id":37192966,"url":"https://github.com/helderfarias/go-config-server","last_synced_at":"2026-01-14T22:23:47.291Z","repository":{"id":78605479,"uuid":"192418900","full_name":"helderfarias/go-config-server","owner":"helderfarias","description":"go-config-server pulls configuration for remote clients from various sources","archived":false,"fork":false,"pushed_at":"2023-02-25T00:30:18.000Z","size":83,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-06-21T18:55:18.856Z","etag":null,"topics":["go","server","spring-cloud-config"],"latest_commit_sha":null,"homepage":null,"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/helderfarias.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":"2019-06-17T21:06:50.000Z","updated_at":"2024-04-28T03:50:49.000Z","dependencies_parsed_at":"2023-04-04T15:18:34.328Z","dependency_job_id":null,"html_url":"https://github.com/helderfarias/go-config-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/helderfarias/go-config-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helderfarias%2Fgo-config-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helderfarias%2Fgo-config-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helderfarias%2Fgo-config-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helderfarias%2Fgo-config-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helderfarias","download_url":"https://codeload.github.com/helderfarias/go-config-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helderfarias%2Fgo-config-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28436299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T21:32:52.117Z","status":"ssl_error","status_checked_at":"2026-01-14T21:32:33.442Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["go","server","spring-cloud-config"],"created_at":"2026-01-14T22:23:46.472Z","updated_at":"2026-01-14T22:23:47.283Z","avatar_url":"https://github.com/helderfarias.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-config-server\n\ngo-config-server pulls configuration for remote clients from various sources\n\n## Refes\n\n- https://cloud.spring.io/spring-cloud-config/2.1.x/single/spring-cloud-config.html#_security\n- https://github.com/pavel-v-chernykh/keystore-go\n- https://www.thepolyglotdeveloper.com/2018/02/encrypt-decrypt-data-golang-application-crypto-packages/\n\n## Run\n\n```bash\ngo run cmd/main.go -config ./configs/application-file.yml\n```\n\n## Templates\n\n```yml\n# git - application.yml\n\nserver:\n port: 8001\n\nsecurity:\n apikey:\n  enabled: false\n  keylookup: \"query:apikey\"\n  token: 9a0697eb595309177\n\nencrypt:\n key: s3Cr3tk3y00\n\nlogging:\n level:\n  root: INFO\n\nspring:\n profiles:\n  active: native, git, vault\n cloud:\n  config:\n   server:\n    native:\n     searchLocations: ./configs\n    git:\n     uri: https://github.com/helderfarias/go-config-server-examples\n     clone_dir: ./tmp\n     force_pull: true\n    vault:\n     uri: http://localhost:8200\n nats:\n  servers: nats://localhost:4222\n  subject: springCloudBus\n  auth:\n   type: token\n   token: S3cretT0ken\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelderfarias%2Fgo-config-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelderfarias%2Fgo-config-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelderfarias%2Fgo-config-server/lists"}