-
Notifications
You must be signed in to change notification settings - Fork 44
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
zh-translation:docs/root/configuration/security/secret.rst #378
Conversation
为什么分隔符会导致编译出错? |
@addozhang 这个也是编译过程积累出来的,当分隔符比上面的中文短的时候,就会报错,提示你分隔符 too short。 |
@addozhang @helight 晓辉,振文,看一下这个 PR。 |
|
||
If a listener server certificate needs to be fetched by SDS remotely, it will NOT be marked as active, its port will not be opened before the certificates are fetched. If Envoy fails to fetch the certificates due to connection failures, or bad response data, the listener will be marked as active, and the port will be open, but the connection to the port will be reset. | ||
如果需要通过 SDS 来远程获取一个监听器服务器的证书,此监听器将不会被标记为激活状态,在证书被获取之前,它的端口将不会被打开。如果因为连接失败或者错误的返回数据导致 Envoy 获取证书失败,监听器将会被标记为激活状态,而且端口也会被打开,但是此端口的连接将会被重制。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这段有点疑惑,获取失败应该被标示为非 active 才对呀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好的
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
一点建议
LGTM |
@addozhang 晓辉 看一下这个 PR,还有没有需要修改的地方。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/LGTM
issue: #298