grafana/pkg
Andrew Hackmann 319a874033
MSSQL: Password auth for Azure AD (#89746)
* Password auth for Azure AD

* rename auth fields

* add azure flag for client password cred enabled

* prettier

* rename flag

* Update go.mod

* Update public/app/plugins/datasource/mssql/azureauth/AzureCredentialsForm.tsx

Co-authored-by: Andreas Christou <andreas.christou@grafana.com>

* Apply suggestions from code review

Co-authored-by: Andreas Christou <andreas.christou@grafana.com>

* update package

* go mod

* prettier

* remove password

* gowork

* remove unused env test

* linter

---------

Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
2024-07-16 14:08:51 -05:00
..
api MSSQL: Password auth for Azure AD (#89746) 2024-07-16 14:08:51 -05:00
apimachinery ResourceServer: Add resource server protobuf and wrapper (#90007) 2024-07-09 15:08:13 -07:00
apis Alerting: Receiver API Get+List+Delete (#90384) 2024-07-16 10:02:16 -04:00
apiserver Unified Storage: Fix Compare method (#90455) 2024-07-16 11:36:21 -03:00
build Alerting: Update grafana/alerting dependency (#90365) 2024-07-12 14:05:17 -04:00
bus Tracing: Standardize on otel tracing (#75528) 2023-10-03 14:54:20 +02:00
cmd DualWrite: Cleanup and centralize the dual write creation (#90013) 2024-07-11 23:23:31 +03:00
codegen Chore: Upgrade/fix deps after thema removal (#86763) 2024-04-25 20:52:09 +02:00
components Chore: Bump google.golang.org/grpc to 1.64.0 (#88219) 2024-05-27 12:44:39 +02:00
events Alerting: Update rules version when folder title is updated (#53013) 2022-08-01 19:28:38 -04:00
expr Chore: Add more logs and tracing to hysteresis flows (#90369) 2024-07-15 13:38:20 -04:00
extensions PDF: Add go dependency (#89949) 2024-07-11 11:50:40 +02:00
generated Alerting: Receiver API Get+List+Delete (#90384) 2024-07-16 10:02:16 -04:00
ifaces/gcsifaces Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
infra DashboardStore: Use ReplDB and get dashboard quotas from the ReadReplica (#90235) 2024-07-12 10:47:49 -04:00
kinds Dashboard: Allow disabling dashboard grid lazy loading (#89280) 2024-07-03 16:00:45 +02:00
login/social Auth: Add support for escaping colon characters in org_mapping (#89951) 2024-07-05 13:06:25 +03:00
middleware K8s: use contexthandler in standalone handler chain (#90102) 2024-07-08 12:22:10 -07:00
mocks/mock_gcsifaces Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
models Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
modules Zanzana: Initial work to run openFGA as embedded or standalone service (#89211) 2024-06-18 10:04:18 +02:00
plugins Chore: make protobuf (#90282) 2024-07-10 19:19:21 +03:00
promlib API Server: Override k8s api server profile contention flag with custom ones (#90238) 2024-07-10 17:27:51 +02:00
registry Alerting: Receiver API Get+List+Delete (#90384) 2024-07-16 10:02:16 -04:00
server K8s: use contexthandler in standalone handler chain (#90102) 2024-07-08 12:22:10 -07:00
services MSSQL: Password auth for Azure AD (#89746) 2024-07-16 14:08:51 -05:00
setting MSSQL: Password auth for Azure AD (#89746) 2024-07-16 14:08:51 -05:00
storage/unified Storage: Use Error property for error handling rather than Status (#90416) 2024-07-16 07:43:15 -07:00
tests Scopes: Avoid dots in example names (#90460) 2024-07-16 18:30:36 +03:00
tsdb MSSQL: Password auth for Azure AD (#89746) 2024-07-16 14:08:51 -05:00
util Chore: Fix apiserver circular dependencies (#89918) 2024-07-01 11:42:34 -04:00
web K8s: use contexthandler in standalone handler chain (#90102) 2024-07-08 12:22:10 -07:00
README.md Chore: Move all backend contribution documents to a single directory (#61140) 2023-01-11 11:16:52 +01:00
ruleguard.rules.go Chore: update all +build statements (#38782) 2021-09-01 17:38:56 +03:00

This directory contains the code for the Grafana backend.

The contributor documentation for Grafana's backend is in /contribute/backend/README.md.