- Notifications
You must be signed in to change notification settings - Fork1k
Closed
Labels
Description
Problem statement
We had a request from someone in our community to add this in order to support using the CLI when Coder is hosted under CloudFlare access. Vault did something similar:hashicorp/vault#12508
Definition of done
Users can use the CLI and pass arbitary headers.
e.g.
coder login --header"CF_ACCESS_TOKEN=asdf"coder ls --header"CF_ACCESS_TOKEN=asdf"