如何通过 CLI 将保险库 (Hashicorp) 实体添加到现有组

How to add vault (Hashicorp) entity to an existing group via CLI

我在保险库实施中有几个实体(用户)。这些实体具有字母数字 ID。我还有一个名为 ops 的组。该组还有一个字母数字 ID。

我在这里查看了 Hashicorp 的文档:

https://learn.hashicorp.com/tutorials/vault/identity

但是,它没有涵盖这个特定的用例。

非常感谢任何帮助。

您必须更新目标组的实体(您的案例中的 ops 组)

只需几步

  • 1:读取群组数据:读取群组当前状态
  • 2:更新身份实体 ID 列表以添加要添加到该组的实体
  • 3:post 使用此 member_entity_ids 列表更新群组

https://www.vaultproject.io/api-docs/secret/identity/group#update-group-by-id