Skip to content

sukhil-suresh/markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Config Server

Job Status
Unit tests Resize icon
Integration tests Resize icon
BOSH Release Resize icon
Go Formatting Resize icon

CI : https://main.bosh-ci.cf-app.com/teams/main/pipelines/config-server

API

  • GET /v1/data/<some-key-path>

    Used by Director to retrieve a value from the config server. Value can an be any valid JSON object.

    {"path": "some-key-path", "value": "..."}  
    
  • PUT /v1/data/<some-key-path>

    Used by Director to set or update a value in the config server. Value can an be any valid JSON object.

    {"value": "..."}
    
  • POST /v1/data/<some-key-path>

    Used by Director to generate a value in the config server. The type parameter will determine what is generated. Currently password and certificate are accepted.

    {"type": "password"}
    
    {"type": "certificate", "parameters": {"common_name": "bosh.io", "alternative_names": ["blah.bosh.io", "10.0.0.6"]}}
    

See Sample Requests & Responses

See Bosh Notes for more information

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published