grafana/pkg/services
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
..
accesscontrol accesscontrol service read replica (#89963) 2024-07-08 10:00:13 -04:00
annotations DashboardStore: Use ReplDB and get dashboard quotas from the ReadReplica (#90235) 2024-07-12 10:47:49 -04:00
anonymous Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
apikey Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
apiserver ExtJwt: don't log verify errors as they spam for grafana-agent (#90351) 2024-07-11 18:23:43 -07:00
auth IDToken: Add current user's Username and UID to the ID token (#90240) 2024-07-11 14:25:30 +02:00
authn ExtJwt: don't log verify errors as they spam for grafana-agent (#90351) 2024-07-11 18:23:43 -07:00
authz Zanzana: client integration test (#89997) 2024-07-04 11:23:48 +02:00
caching Fixing typos (#70487) 2023-06-22 09:43:38 +01:00
cleanup Dashboards: Add feature restore dashboards backend (#83131) 2024-05-16 14:36:26 -03:00
cloudmigration Chore: Fix CloudMigration unit tests (#90489) 2024-07-16 18:50:22 +03:00
contexthandler K8s: use contexthandler in standalone handler chain (#90102) 2024-07-08 12:22:10 -07:00
correlations Zanzana: Evaluate permissions alongside with RBAC engine (#90064) 2024-07-05 11:31:23 +02:00
dashboardimport Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
dashboards DashboardStore: Use ReplDB and get dashboard quotas from the ReadReplica (#90235) 2024-07-12 10:47:49 -04:00
dashboardsnapshots DashboardStore: Use ReplDB and get dashboard quotas from the ReadReplica (#90235) 2024-07-12 10:47:49 -04:00
dashboardversion Chore: removing (more) redundant transactions (#89373) 2024-06-25 09:19:49 -04:00
datasourceproxy Plugins: Preserve trailing slash in plugin proxy (#86859) 2024-06-05 13:36:14 +02:00
datasources Dynatrace: Add to list of DS with custom label logic (#90258) 2024-07-15 10:18:54 +02:00
encryption Tracing: Various improvements (#88308) 2024-05-27 14:21:40 +02:00
extsvcauth Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
featuremgmt FlameGraph: Remove flameGraphItemCollapsing feature toggle (#90190) 2024-07-15 13:45:41 +01:00
folder DashboardStore: Use ReplDB and get dashboard quotas from the ReadReplica (#90235) 2024-07-12 10:47:49 -04:00
gcom Cloud migrations: create route to delete token (#88297) 2024-05-31 10:03:43 -03:00
grpcserver Add auth spans and remove deduplication code for scopes (#89804) 2024-07-02 22:08:57 -08:00
guardian Zanzana: Evaluate permissions alongside with RBAC engine (#90064) 2024-07-05 11:31:23 +02:00
hooks Hooks: Remove AddLoginHook and RunLogin hooks (#73227) 2023-08-17 09:51:45 +02:00
kmsproviders Secrets: Make the Migrator extensible (#67307) 2023-06-19 23:44:01 +02:00
ldap Zanzana: Evaluate permissions alongside with RBAC engine (#90064) 2024-07-05 11:31:23 +02:00
libraryelements DashboardStore: Use ReplDB and get dashboard quotas from the ReadReplica (#90235) 2024-07-12 10:47:49 -04:00
librarypanels DashboardStore: Use ReplDB and get dashboard quotas from the ReadReplica (#90235) 2024-07-12 10:47:49 -04:00
licensing Navigation: Remove ApplyAdminIA logic (#89113) 2024-06-12 16:45:13 +01:00
live Zanzana: Evaluate permissions alongside with RBAC engine (#90064) 2024-07-05 11:31:23 +02:00
login Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
loginattempt Chore: Add login protection when user is trying different uppercase letters (#87588) 2024-05-10 13:49:59 +02:00
navtree Alerting UX: copy changes in Groups view (#90173) 2024-07-11 13:33:41 +02:00
ngalert Alerting: Receiver API Get+List+Delete (#90384) 2024-07-16 10:02:16 -04:00
notifications Notifications: Do not log email address in error message (#89314) 2024-06-20 12:52:44 -04:00
oauthtoken Chore: Add more context to logs of OAuthToken and OAuthTokenSync (#90071) 2024-07-05 09:37:36 +02:00
org Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
playlist Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
plugindashboards chore(perf): Pre-allocate where possible (enable prealloc linter) (#88952) 2024-06-14 14:16:36 -04:00
pluginsintegration MSSQL: Password auth for Azure AD (#89746) 2024-07-16 14:08:51 -05:00
preference Navigation: Backend to save navigation customization into preferences (#89783) 2024-07-03 10:40:51 +01:00
provisioning Alerting: Fix contact point export 500 error and notifications/receivers missing settings (#90342) 2024-07-12 11:42:22 -04:00
publicdashboards DashboardStore: Use ReplDB and get dashboard quotas from the ReadReplica (#90235) 2024-07-12 10:47:49 -04:00
query Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
queryhistory Query History: Use a search index on new queries to filter in mixed data sources (#88979) 2024-07-16 11:47:21 +02:00
quota DashboardStore: Use ReplDB and get dashboard quotas from the ReadReplica (#90235) 2024-07-12 10:47:49 -04:00
rendering Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
screenshot Chore: Refactor render via http (#84613) 2024-05-14 07:24:18 -03:00
search RestoreDashboards: add IsDeleted and PermanentlyDeleteDate to deleted search (#89283) 2024-06-17 14:26:23 +01:00
searchusers Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
searchV2 DashboardStore: Use ReplDB and get dashboard quotas from the ReadReplica (#90235) 2024-07-12 10:47:49 -04:00
secrets Refactor plugin context initialization (#88343) 2024-05-28 16:59:06 +03:00
serviceaccounts Zanzana: Evaluate permissions alongside with RBAC engine (#90064) 2024-07-05 11:31:23 +02:00
shorturls Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
signingkeys Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
sqlstore Query History: Use a search index on new queries to filter in mixed data sources (#88979) 2024-07-16 11:47:21 +02:00
ssosettings Zanzana: Evaluate permissions alongside with RBAC engine (#90064) 2024-07-05 11:31:23 +02:00
star Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
stats Experimental Feature Toggle: databaseReadReplica (#89232) 2024-06-18 11:07:15 -04:00
store Chore: make protobuf (#90282) 2024-07-10 19:19:21 +03:00
supportbundles Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
tag Chore: Update test database initialization (#81673) 2024-02-09 09:35:39 -05:00
team Zanzana: Evaluate permissions alongside with RBAC engine (#90064) 2024-07-05 11:31:23 +02:00
temp_user Chore: removing (more) redundant transactions (#89373) 2024-06-25 09:19:49 -04:00
updatechecker Chore: Making versioncheck url rely on config instead of being hardcoded (#85855) 2024-04-11 12:04:53 +02:00
user K8s: use contexthandler in standalone handler chain (#90102) 2024-07-08 12:22:10 -07:00
validations chore: move validations model into the validations service (#61953) 2023-01-23 15:10:14 -05:00