ElasticSearch用户管理

  ES服务集成的服务器内,为了安全起见增加了认证,这里采用了x-pack基本的认证方式。
  x-pack 在6.8之后提供免费的认证,7.0的不支持,请使用7.1之后的版本,这里选择的是当前最新的7.12.1的版本。

常见的三种角色管理方式(可点击)

角色管理方式详情
Role management UIYou can manage users and roles easily in Kibana. To manage roles, log in to Kibana and go to Management / Security / Roles.
Role management APIThe Role Management APIs enable you to add, update, remove and retrieve roles dynamically. When you use the APIs to manage roles in the native realm, the roles are stored in an internal Elasticsearch index. For more information and examples, see role management APIs.
File-based role managementApart from the Role Management APIs, roles can also be defined in local roles.yml file located in ES_PATH_CONF. This is a YAML file where each role definition is keyed by its name.

  官方提供了三种角色管理办法,第一种通过页面我们的环境没有用kiibana所以直接排除;第二种通过API,通过API就需要服务正常的时候调用API生成或者提前生成放在镜像中,这种会导致数据服务和业务耦合或者依赖严重,所以放弃;第三种采用文件管理,这种只要在elasticSearch对应的目录下放置提前生成好的角色和用户信息即可,所以选择该种实现方式。

  查看内置的角色,生成用户的时候可以使用。
https://www.elastic.co/guide/en/elasticsearch/reference/current/built-in-roles.html
  生成用户,用户名不能是内置用户如elastic
https://www.elastic.co/guide/en/elasticsearch/reference/current/users-command.html#_description_11

#常用命令
./elasticsearch-users   useradd elastic1 -p 234234 -r superuser
./elasticsearch-users   passwd  elastic1 -p 2342341

  启用内部用户和设置密码
https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-passwords.html

https://www.elastic.co/guide/en/elasticsearch/reference/6.8/release-highlights-6.8.0.html
https://www.elastic.co/guide/en/elasticsearch/reference/7.1/release-highlights-7.1.0.html
https://www.elastic.co/guide/en/elasticsearch/reference/7.1/release-highlights-7.0.0.html
从上面三个release-highlights里面可以看出7.0.0.不支持(RBAC (Role Based Access
Control))免费的认证,并且在线下安装测试发现确实不支持*

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值