Skip to content

Instantly share code, notes, and snippets.

@spinningarrow
Created June 19, 2019 14:55
Show Gist options
  • Save spinningarrow/f22e0aaacc2ed74465e01c6b146d614d to your computer and use it in GitHub Desktop.
Save spinningarrow/f22e0aaacc2ed74465e01c6b146d614d to your computer and use it in GitHub Desktop.
Concourse cc.xml proxy
localhost:2015
log stdout
proxy / https://your.concourse.instance.com/ {
header_upstream Authorization "Bearer {$FLY_TOKEN}"
}
export FLY_TOKEN=$(cat ~/.flyrc | sed -n 's/.*value: \(.*\)/\1/p')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment