The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/pkg/services/authn/clients
Gabriel MABILLE 059ba25973
AuthN: Check API Key is not trying to access another organization (#78749)
2 years ago
..
api_key.go AuthN: Check API Key is not trying to access another organization (#78749) 2 years ago
api_key_test.go AuthN: Check API Key is not trying to access another organization (#78749) 2 years ago
basic.go Chore: Add errutils helpers (#73577) 2 years ago
basic_test.go
constants.go Chore: Add errutils helpers (#73577) 2 years ago
ext_jwt.go Chore: Upgrade Go to 1.21.3 (#77304) 2 years ago
ext_jwt_test.go AuthN: Set oauth client grant_types based on plugin state (#77248) 2 years ago
form.go Chore: Add errutils helpers (#73577) 2 years ago
form_test.go
grafana.go chore(authn.service): fix typo in log statement (#76205) 2 years ago
grafana_test.go AuthN: Change EnableDisabledUserHook to EnableUserHook (#75248) 2 years ago
jwt.go Chore: use any rather than interface{} (#74066) 2 years ago
jwt_test.go Chore: use any rather than interface{} (#74066) 2 years ago
ldap.go AuthN: Change EnableDisabledUserHook to EnableUserHook (#75248) 2 years ago
ldap_test.go Login: refactor auth info package (#78459) 2 years ago
oauth.go Chore: Add errutils helpers (#73577) 2 years ago
oauth_test.go AuthN: Change EnableDisabledUserHook to EnableUserHook (#75248) 2 years ago
password.go Authn: Standardize errors (#74012) 2 years ago
password_test.go Authn: Standardize errors (#74012) 2 years ago
proxy.go AuthProxy: Do not allow sessions to be assigned with other methods (#78602) 2 years ago
proxy_test.go
render.go AuthN: Fix namespaces for anonymous and render (#75661) 2 years ago
render_test.go AuthN: Fix namespaces for anonymous and render (#75661) 2 years ago
session.go FeatureToggles: Add context and and an explicit global check (#78081) 2 years ago
session_test.go Revert "AuthN: move oauth token hook into session client" (#76882) 2 years ago
utils.go