grafana/pkg/util
Jo 6f62d970e3
JWT Authentication: Add support for specifying groups in auth.jwt for teamsync (#82175)
* merge JSON search logic

* document public methods

* improve test coverage

* use separate JWT setting struct

* correct use of cfg.JWTAuth

* add group tests

* fix DynMap typing

* add settings to default ini

* add groups option to devenv path

* fix test

* lint

* revert jwt-proxy change

* remove redundant check

* fix parallel test
2024-02-09 16:35:58 +01:00
..
cmd Packaging: Added deprecation warnings when running grafana-cli or grafana-server; the grafana command should be used instead. (#66976) 2023-04-20 19:51:50 +02:00
cmputil Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
converter Prometheus: (Dataplane) Set FrameTypeVersion on Scalar type responses (#81491) 2024-01-29 11:39:23 -05:00
errutil Chore: use errutil for pluginRepo errors (#78647) 2023-11-30 15:49:27 +01:00
maputil Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
osutil Settings: Fix data race when dynamically overriding settings with environment variables (#81667) 2024-02-05 12:25:54 -03:00
proxyutil Team LBAC: Move middleware to enterprise (#76969) 2023-10-24 14:06:18 +03:00
retryer Database: Don't sleep 10ms before every request (#64832) 2023-03-27 11:17:05 +02:00
ticker
xorm Chore: Remove mssql driver from xorm (#79930) 2024-01-02 17:11:35 +01:00
contextutil_test.go
contextutil.go Chore: Replace go-multierror with errors package (#66432) 2023-06-19 12:29:45 +03:00
encoding_test.go Utils: Reimplement util.GetRandomString to avoid modulo bias (#64481) 2023-04-20 10:24:02 -04:00
encoding.go Utils: Reimplement util.GetRandomString to avoid modulo bias (#64481) 2023-04-20 10:24:02 -04:00
encryption_test.go
encryption.go
filepath_test.go Plugins: Make file system path handling in tests OS agnostic (#79651) 2023-12-19 11:01:48 +01:00
filepath.go Plugins: Fix loading of dist folders (#80015) 2024-01-08 11:45:03 +01:00
ip_address_test.go
ip_address.go
json_test.go JWT Authentication: Add support for specifying groups in auth.jwt for teamsync (#82175) 2024-02-09 16:35:58 +01:00
json.go JWT Authentication: Add support for specifying groups in auth.jwt for teamsync (#82175) 2024-02-09 16:35:58 +01:00
md5_test.go
md5.go
pointer.go Chore: Remove xorcare/pointer dependency (#63900) 2023-03-06 05:23:15 -05:00
reverse_test.go
reverse.go
shortid_generator_test.go Chore: Generate shorter UIDs (#79843) 2024-01-24 11:27:46 -08:00
shortid_generator.go Chore: Generate shorter UIDs (#79843) 2024-01-24 11:27:46 -08:00
split_email_test.go
split_email.go
strings_test.go Config: Support JSON list syntax (#61288) 2023-01-16 16:03:20 +03:00
strings.go Config: Support JSON list syntax (#61288) 2023-01-16 16:03:20 +03:00
svg.go Chore: remove the entity kind registry (#79178) 2023-12-06 14:00:53 -08:00
tls_test.go HTTP: Add TLS version configurability for Grafana server (#67482) 2023-05-08 17:11:36 +02:00
tls.go HTTP: Add TLS version configurability for Grafana server (#67482) 2023-05-08 17:11:36 +02:00
url_test.go
url.go
validation_test.go
validation.go