janiussyafiq commented on issue #11141: URL: https://github.com/apache/apisix/issues/11141#issuecomment-3615504186
I was about to work in this issue as a first time contributor but it seems like the modification has been made in https://github.com/apache/apisix/blob/master/apisix/schema_def.lua (specifically on line 758). Here's the piece of code: ```bash local secret_uri_schema = { type = "string", pattern = "^\\$(secret|env|ENV)://" } ``` Is there anything else that needs to be worked on for this issue or should it be closed? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
