Skip to content

Deliver environment configurations and secrets to your engineering team's entire development flow. Configrd syncs variables and secrets across developer workstations, CI/CD pipelines and runtime environments.

License

configrd/configrd-service

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MaintainabilityCircleCI

See the full documentation at https://configrd.io

Quick Start

Pull & Run

Pull the docker image and start the service and map a volume to /srv/configrd on both container and host

docker run -d -p 9191:9191 -v /srv/configrd:/srv/configrd configrd/configrd-service:latest

A default configrd.yaml file will be created at /srv/configrd on your local file system. The service will listen to requests on port 9191.

service:
  defaults:
    fileName: default.properties
  repos:
    default:
      uri: file:/srv/configrd
      sourceName: file

Now open your favorite browser and navigate to http://localhost:9191/configrd/v1/

About

Deliver environment configurations and secrets to your engineering team's entire development flow. Configrd syncs variables and secrets across developer workstations, CI/CD pipelines and runtime environments.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages