We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Setting the proxy-rewrite config in the Route like this works:
plugins: - name: proxy-rewrite enable: true config: headers: set: Authorization: 'Basic Token'
Setting it like this does not work, the field is not configured:
apiVersion: v1 kind: Secret metadata: name: prometheus-auth-header namespace: testing-apisix data: headers.set.Authorization: base64AuthHeader
plugins: - name: proxy-rewrite enable: true secretRef: prometheus-auth-header
The plugins is configured according to the secret when using secretRef
No errors found
Set up a Route using proxy-rewrite and config the plugin to set a header using secretRef.
Kubernetes 1.30 Apisix Helm chart 2.8.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Behavior
Setting the proxy-rewrite config in the Route like this works:
Setting it like this does not work, the field is not configured:
Expected Behavior
The plugins is configured according to the secret when using secretRef
Error Logs
No errors found
Steps to Reproduce
Set up a Route using proxy-rewrite and config the plugin to set a header using secretRef.
Environment
Kubernetes 1.30
Apisix Helm chart 2.8.1
The text was updated successfully, but these errors were encountered: