SupportBundles: Add LDAP bundle collector (#63128)

* fix non-cfg fields used in ldap

* fix non-cfg fields

* add ldap support bundle

* add note on match

* add censoring and docs
This commit is contained in:
Jo
2023-02-09 16:31:31 +01:00
committed by GitHub
parent e42eaeb175
commit 7862ae8abf
6 changed files with 129 additions and 52 deletions

View File

@@ -30,6 +30,7 @@ A support bundle can include any of the following components:
- **Basic information**: Basic information about the Grafana instance (version, memory usage, and so on)
- **Settings**: Settings for the Grafana instance
- **SAML**: Healthcheck connection and metadata for SAML (only displayed if SAML is enabled)
- **LDAP**: Healthcheck connection and metadata for LDAP (only displayed if LDAP is enabled)
## Steps