vault
vault copied to clipboard
Create/Update LDAP group API docs inconsistent with OpenAPI
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