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
clouds.yml中配置 auth_url: "https://iam.cn-north-4.myhuaweicloud.com/v3" ,这块配置的是内网域名。 访问发现超时,日志提示 recover error: failed to get domain id, Get "https://iam.myhuaweicloud.com/v3/auth/domains": context deadline exceeded (Client.Timeout exceeded while awaiting headers) 见下图: 日志提示的是访问公网域名失败。
auth_url: "https://iam.cn-north-4.myhuaweicloud.com/v3"
recover error: failed to get domain id, Get "https://iam.myhuaweicloud.com/v3/auth/domains": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
所以程序中用的还是公网域名还是内网域名?如果节点不能出公网就没办法用了吗?请教下
The text was updated successfully, but these errors were encountered:
由于RMS,EPS服务接口限制只能通过公网访问,因此需要有公网访问权限
Sorry, something went wrong.
No branches or pull requests
clouds.yml中配置
auth_url: "https://iam.cn-north-4.myhuaweicloud.com/v3"
,这块配置的是内网域名。访问发现超时,日志提示
recover error: failed to get domain id, Get "https://iam.myhuaweicloud.com/v3/auth/domains": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
见下图:
日志提示的是访问公网域名失败。
所以程序中用的还是公网域名还是内网域名?如果节点不能出公网就没办法用了吗?请教下
The text was updated successfully, but these errors were encountered: