grafana/pkg/services/ldap
Mihai Doarna e299621766
LDAP: Fix LDAP config cache (#89998)
* initialize LDAP config cache

* check err is nil

* return the config from cache only if the config file has not been modified

* rename var from test
2024-07-05 11:10:52 +03:00
..
api Add auth spans and remove deduplication code for scopes (#89804) 2024-07-02 22:08:57 -08:00
multildap Auth: Keep config in a separate struct in LDAP (#89149) 2024-06-17 15:34:06 +03:00
service SSO: Add more LDAP config validations for SSO settings (#90036) 2024-07-05 10:48:34 +03:00
testdata Auth: Add root and client certificate value fields in LDAP config (#88746) 2024-06-10 18:13:15 +03:00
helpers.go LDAP: Allow setting minimum TLS version and accepted ciphers (#63646) 2023-02-28 12:13:46 +01:00
ldap_groups.go chore: move user_auth models to (mostly) login service (#62269) 2023-01-27 13:36:54 -05:00
ldap_helpers_test.go LDAP: Allow setting minimum TLS version and accepted ciphers (#63646) 2023-02-28 12:13:46 +01:00
ldap_login_test.go Auth: Keep config in a separate struct in LDAP (#89149) 2024-06-17 15:34:06 +03:00
ldap_private_test.go Auth: Keep config in a separate struct in LDAP (#89149) 2024-06-17 15:34:06 +03:00
ldap_test.go Auth: Keep config in a separate struct in LDAP (#89149) 2024-06-17 15:34:06 +03:00
ldap.go Auth: Keep config in a separate struct in LDAP (#89149) 2024-06-17 15:34:06 +03:00
model.go chore: move user_auth models to (mostly) login service (#62269) 2023-01-27 13:36:54 -05:00
settings_test.go LDAP: Fix LDAP config cache (#89998) 2024-07-05 11:10:52 +03:00
settings.go LDAP: Fix LDAP config cache (#89998) 2024-07-05 11:10:52 +03:00
testing.go LDAP: Allow setting minimum TLS version and accepted ciphers (#63646) 2023-02-28 12:13:46 +01:00