You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use yaml config to set plugin properties, apisix openid-connect plugin could not read $env://KEYCLOAK_PWDvalue.
Environment variable can be seen through linux cmd:
echo$KEYCLOAK_PWD
But apisix plugin could not read those config properties
Could you change $env: to all caps and try again? I remember some time ago there was a PR allowing ENV to be lower case, but that was definitely available after 3.2.0.
Could you change $env: to all caps and try again? I remember some time ago there was a PR allowing ENV to be lower case, but that was definitely available after 3.2.0.
client_secret: $ENV://FS_KEYCLOAK_PWD
Emmmm.....I've tried all caps and it doesn't work.
150149
changed the title
bug: yml conf could not use $env to set plugin properties
bug: openid-connect yml conf could not use $env to set plugin properties
Aug 9, 2024
Current Behavior
When I use yaml config to set plugin properties, apisix openid-connect plugin could not read $env://KEYCLOAK_PWDvalue.
Environment variable can be seen through linux cmd:
But apisix plugin could not read those config properties
Expected Behavior
Apisix plugin can read those config properties
Error Logs
No response
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: