Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Support System/LDAP Groups API #28

Closed
suzuki-shunsuke opened this issue Sep 3, 2018 · 2 comments
Closed

Support System/LDAP Groups API #28

suzuki-shunsuke opened this issue Sep 3, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@suzuki-shunsuke
Copy link
Owner

#26

System/LDAP : LDAP settings
GET /system/ldap/groups Get the available LDAP groups
GET /system/ldap/settings/groups Get the LDAP group to Graylog role mapping
PUT /system/ldap/settings/groups Update the LDAP group to Graylog role mapping
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Sep 3, 2018
@suzuki-shunsuke
Copy link
Owner Author

PUT /system/ldap/settings/groups Update the LDAP group to Graylog role mapping

{
  "foo": "Reader",
  "bar": "Reader"
}

204 No Content

suzuki-shunsuke added a commit that referenced this issue Nov 5, 2018
* #28
* #26

```
System/LDAP : LDAP settings
GET /system/ldap/groups Get the available LDAP groups
GET /system/ldap/settings/groups Get the LDAP group to Graylog role mapping
PUT /system/ldap/settings/groups Update the LDAP group to Graylog role mapping
```

This update doen't include any update of terraform provider.
@suzuki-shunsuke
Copy link
Owner Author

Resolved by #39

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant