How does one approach securing an HTTPRoute using HTTP Basic Authentication?
From what I understand, Gateway API has no opinion regarding authentication:
[...] to configure some advanced features like authentication [...], you will need to rely on the extensions of the Gateway API (source)
Another place in the documentation has this to say:
[...] A Gateway implementation can define custom resources called Policies for exposing data plane features like authentication (source)
What are some known Gateway API implementations that implement a policy to support basic HTTP Authentication?