gpt4 book ai didi

docker - 502 Bad Gateway nginx/1.13.12 on localhost 同时在同上创建新策略

转载 作者:行者123 更新时间:2023-12-02 19:28:28 24 4
gpt4 key购买 nike

我是 docker 新手,我在 Windows 10 上使用 docker,并且正在使用 Eclipse Ditto 和 Eclipse Mosquitto,我必须创建一个双设备。在此之前,我必须通过 Postman 创建一个新策略,
执行策略时出现以下错误:

enter image description here

创建新策略的代码如下

curl -X put 'http://localhost:8080/api/2/policies/my.test:policy' -u 'ditto:ditto' -H 'Content-Type: application/json' -d '{
"entries": {
"owner": {
"subjects": {
"nginx:ditto": {
"type": "nginx basic auth user"
}
},
"resources": {
"thing:/": {
"grant": [
"READ","WRITE"
],
"revoke": []
},
"policy:/": {
"grant": [
"READ","WRITE"
],
"revoke": []
},
"message:/": {
"grant": [
"READ","WRITE"
],
"revoke": []
}
}
}
}
}'

我正在按照 this 中给出的程序进行操作。关联

有什么办法可以解决这类问题吗?

最佳答案

似乎 Eclipse Ditto gateway服务没有正常运行。
我相信您想查看 docker-compose ps 的输出并重新启动服务。

关于docker - 502 Bad Gateway nginx/1.13.12 on localhost 同时在同上创建新策略,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53953975/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com