Non-Gateway API resources in Standalone mode #5236
-
Hello, I am trying to set up Envoy Gateway 1.3.0 in Standalone mode using docker-compose. SecurityPolicy and Secret resources:
Result of
Is it possible to use non-Envoy or non-GatewayAPI resources in Standalone mode? If not, is there any workaround for passing a Secret? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Currently in standalone mode, the Secret is not being processed gateway/internal/gatewayapi/resource/load.go Line 102 in 8ea091c Maybe we should add the Secret kind |
Beta Was this translation helpful? Give feedback.
-
Thank you for the explanation! I have looked into the code and added the Secret and ConfigMap mappings locally. Can I just create a PR after I test it properly? |
Beta Was this translation helpful? Give feedback.
Currently in standalone mode, the Secret is not being processed
gateway/internal/gatewayapi/resource/load.go
Line 102 in 8ea091c
Maybe we should add the Secret kind