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
When using $ in nacos password in config.yaml following the document from https://apisix.apache.org/docs/apisix/discovery/nacos. At starting time the nacos report error
apisix version
uname -a
discovery: nacos: host: - "http://nacos:NOK1&(&*!#[email protected]:8848"
apisix start report error
[lua] init.lua:124: get_token_param(): nacos login fail:nacos NOK1&(&*!#3$%24 desc:status = 403, context: ngx.timer [lua] init.lua:249: get_token_param error:status = 403, context: ngx.timer
No response
The text was updated successfully, but these errors were encountered:
Fixed in #6261? Will be in the 2.13.0 release.
Sorry, something went wrong.
Please assign it to me. :)
The schema check rules do not match character $, I will fix it.
$
@Fengxq2014 Could you please check the PR #6567 , if the test case can cover your scenario.
@lhack-jpeg Yes, thanks for your work
leslie-tsang
Successfully merging a pull request may close this issue.
Issue description
When using $ in nacos password in config.yaml following the document from https://apisix.apache.org/docs/apisix/discovery/nacos.
At starting time the nacos report error
Environment
apisix version
): 2.12.1uname -a
): linuxSteps to reproduce
Actual result
apisix start report error
Error log
[lua] init.lua:124: get_token_param(): nacos login fail:nacos NOK1&(&*!#3$%24 desc:status = 403, context: ngx.timer
[lua] init.lua:249: get_token_param error:status = 403, context: ngx.timer
Expected result
No response
The text was updated successfully, but these errors were encountered: