Created
June 19, 2019 14:55
-
-
Save spinningarrow/f22e0aaacc2ed74465e01c6b146d614d to your computer and use it in GitHub Desktop.
Concourse cc.xml proxy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
localhost:2015 | |
log stdout | |
proxy / https://your.concourse.instance.com/ { | |
header_upstream Authorization "Bearer {$FLY_TOKEN}" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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