Open mbana opened 2 years ago
Thank you for recording the Envoy sessions. They have been very useful in learning more about Envoy.
That said, I would like to see an episode of configuring the OAuth2 filter which requires a token_secret and a hmac_secret. These can be configured as static_resources or as separate files but I would like to stream these secrets back using https://github.com/envoyproxy/envoy/blob/v1.23.0/api/envoy/service/secret/v3/sds.proto#L29 using the https://github.com/envoyproxy/go-control-plane/blob/main/envoy/service/secret/v3/sds.pb.go#L219 callback.
token_secret
hmac_secret
static_resources
Here, https://github.com/veehaitch/envoy-oauth2-filter-google, is an example of defining the secrets using files, which is not what I want to do.
I cannot find a good/working example online of using the secret discovery service (SDS) to stream back the secrets using the go-control-plane.
go-control-plane
I would appreciate it if you made an episode on how to do this.
I agree need on this example will be appreciated.
Thank you for recording the Envoy sessions. They have been very useful in learning more about Envoy.
That said, I would like to see an episode of configuring the OAuth2 filter which requires a
token_secret
and ahmac_secret
. These can be configured asstatic_resources
or as separate files but I would like to stream these secrets back using https://github.com/envoyproxy/envoy/blob/v1.23.0/api/envoy/service/secret/v3/sds.proto#L29 using the https://github.com/envoyproxy/go-control-plane/blob/main/envoy/service/secret/v3/sds.pb.go#L219 callback.Here, https://github.com/veehaitch/envoy-oauth2-filter-google, is an example of defining the secrets using files, which is not what I want to do.
I cannot find a good/working example online of using the secret discovery service (SDS) to stream back the secrets using the
go-control-plane
.I would appreciate it if you made an episode on how to do this.
References