Skip to content

Instantly share code, notes, and snippets.

@SaMnCo
Created February 23, 2018 11:37
Show Gist options
  • Save SaMnCo/e54ce501402ba9417e5ce7971571aaa8 to your computer and use it in GitHub Desktop.
Save SaMnCo/e54ce501402ba9417e5ce7971571aaa8 to your computer and use it in GitHub Desktop.
$ juju config kubernetes-master \
api-extra-args="enable-aggregator-routing=true \
requestheader-client-ca-file=/root/cdk/ca.crt \
requestheader-allowed-names=aggregator \
requestheader-extra-headers-prefix=X-Remote-Extra- \
requestheader-group-headers=X-Remote-Group \
requestheader-username-headers=X-Remote-User \
enable-aggregator-routing=true \
client-ca-file=/root/cdk/ca.crt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment