Consul 配置ACLs
Posted wangzhanbo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Consul 配置ACLs相关的知识,希望对你有一定的参考价值。
比如consul.exe 在D:consul
来个json配置文件在 D:consulconfig.json
json 格式
{
"acl_datacenter": "dc1",
"acl_master_token": "xxxhelloworldxxx",
"acl_default_policy": "deny",
"data_dir": "/data"
}
acl_datacenter:数据中心,可以用ALL
acl_master_token:ui在设置中加上
acl_default_policy:默认是allow,允许allow,deny
cd D:consul
consul.exe agent -dev -config-file xx.json
consul.exe agent -dev -config-dir .
匿名登陆的赋权限
Anonymous Token
key "" { policy = "read" }
key "" { policy = "write" }
agent、event、key、keyring、node、operator、query、service、session。
read、write、deny是规则权限。
以上是关于Consul 配置ACLs的主要内容,如果未能解决你的问题,请参考以下文章