Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Envoy Golang L7 Extension #34146

Closed
asialea opened this issue May 14, 2024 · 0 comments
Closed

Envoy Golang L7 Extension #34146

asialea opened this issue May 14, 2024 · 0 comments
Labels
triage Issue requires triage

Comments

@asialea
Copy link

asialea commented May 14, 2024

Title: Access Filter State Keys

Description:
Hi all, I am trying to access the keys in filter state using FilterState().GetString(). I am unable to figure out what the naming convention for these keys are. All of my attempts have come back with an empty string. I am pretty sure these keys exist as they are being set/accessed from other filters in the chain, for example the access logger. I have also tried using the well known filter state keys here with no luck.

Any help would be appreciated.

[optional Relevant Links:]
https://github.com/envoyproxy/envoy/blob/main/contrib/golang/filters/http/source/go/pkg/http/filter.go#L306
https://www.envoyproxy.io/docs/envoy/latest/configuration/advanced/well_known_filter_state#well-known-filter-state

@asialea asialea added the triage Issue requires triage label May 14, 2024
@asialea asialea closed this as completed May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Issue requires triage
Projects
None yet
Development

No branches or pull requests

1 participant