vault icon indicating copy to clipboard operation
vault copied to clipboard

Create/Update LDAP group API docs inconsistent with OpenAPI

Open stephan2012 opened this issue 6 months ago • 0 comments

Describe the bug The docs for creating/updating LDAP groups state

policies (string: "") – Comma-separated list of policies associated to the group.

While Swagger suggests a list of strings:

{
  "policies": [
    "string"
  ]
}

However, both, a comma-separated list and a list of strings work.

To Reproduce

N/A

Expected behavior

Consistent docs. :-)

Environment:

  • Vault Server Version (retrieve with vault status): v1.17.2
  • Vault CLI Version (retrieve with vault version): v1.17.2
  • Server Operating System/Architecture: Linux, official Docker image

Vault server configuration file(s):

N/A

Additional context N/A

stephan2012 avatar Jul 27 '24 18:07 stephan2012