Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Financial-Times/coco-elb-dns-registrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coco Elb DNS Registrator

Circle CI Go Report Card

Registers ELB CNAME in Dyn to the domains passed in as params.

How to Build & Run the binary

  1. Build and test:

     go build
     go test
    
  2. Run:

     export ELB_NAME="coreos-up-176d2040" \
         && export DOMAINS="xp-up,xp-read-up" \
         && export KONSTRUCTOR_BASE_URL="https://dns-api.in.ft.com/v2" \
         && export KONSTRUCTOR_API_KEY="***" \
         && ./coco-elb-dns-registrator