1
0
Fork 0
mirror of https://github.com/pomerium/pomerium.git synced 2025-05-23 22:17:14 +02:00
pomerium/scripts/protoc-gen-go
Caleb Doxsey e4832cb4ed
authorize: add client mTLS support ()
* authorize: add client mtls support

* authorize: better error messages for envoy

* switch from function to input

* add TrustedCa to envoy config so that users are prompted for the correct client certificate

* update documentation

* fix invalid ClientCAFile

* regenerate cache protobuf

* avoid recursion, add test

* move comment line

* use http.StatusOK

* various fixes
2020-05-21 16:01:07 -06:00

3 lines
88 B
Bash
Executable file

#!/bin/bash
set -euo pipefail
exec go run github.com/golang/protobuf/protoc-gen-go "$@"