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

Enable intrinsic function for configs #640

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

eacet
Copy link

@eacet eacet commented Sep 10, 2024

This PR enables intrinsic function usage for xrayEnabled, wafEnabled and openIdConnectConfig.issuer fields.

Fixes: #638

eacet and others added 14 commits September 3, 2024 11:20
This commit allows to use intrinsic function for waf and xray
This proved to be the wrong approach: Resolvers are supposed to return only data - not change the response.

This becomes problematic if a response triggers many resolvers (e.g. a search request), which would return lots of headers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[v2 upgrade] Can't use any longer intrinsic functions for config fields like openIdConnectConfig
2 participants