Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create/Update LDAP group API docs inconsistent with OpenAPI #27888

Open
stephan2012 opened this issue Jul 27, 2024 · 0 comments
Open

Create/Update LDAP group API docs inconsistent with OpenAPI #27888

stephan2012 opened this issue Jul 27, 2024 · 0 comments

Comments

@stephan2012
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants