Dave Henderson
801b61c963
Tracing: Add new [tracing.opentelemetry] custom_attributes config setting ( #54110 )
...
* tracing: Add new [tracing.opentelemetry] custom_attributes config setting
Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
* Fix typos in config
Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
* Return error when custom_attributes contains malformed entries
Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
2022-09-16 09:54:25 -04:00
Saverio Proto
a09e4b0e4f
Update grafana version tag to 9.1.0 ( #54049 )
...
* Update grafana version tag to 9.0.5
The user doing cut and paste will not notice and will install a old version of Grafana
* Update version to 9.1.0
Current latest tag is 9.1.0: https://hub.docker.com/r/grafana/grafana/tags
2022-09-15 19:46:13 +00:00
Garrett Guillotte
97ca109d84
Docs: Fix Cloud availability of JWT URL Embedding ( #55260 )
...
* Docs: Fix Cloud availability of JWT URL Embedding
* Docs: Clarify JWT URL embedding availability in docs
2022-09-15 10:57:38 -07:00
Jo
3e2e9f93b9
Auth: Allow admins to manually change oauth user role if oauth_skip_org_role_update_sync
is enabled ( #55182 )
...
* Auth: Allow admins to change oauth user info it it's not synced.
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
* Update public/app/features/admin/UserAdminPage.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Add missing import
* Simplify init
Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* SAML: Add option to skip org role sync (#55230 )
* SAML: Add option to skip org role sync
* Modify frontend accordingly
* Remove update from config option name
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Remove update from config option name
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Fix typo
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
Co-authored-by: gamab <gabi.mabs@gmail.com>
Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
2022-09-15 12:06:09 -04:00
Kim Nylander
ebcbb66548
Fix broken image rendering troubleshooting links ( #55210 )
2022-09-15 10:50:08 -05:00
Jo
00e7324bf6
Auth: Restore legacy behavior and add deprecation notice for empty org role in oauth ( #55118 )
...
* Auth: Add deprecation notice for empty org role
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
* fix recasts
* fix azure tests missing logger
* Adding test to gitlab oauth
* Covering more cases
* Cover more options
* Add role attributestrict check fail
* Adding one more edge case test
* Using legacy for gitlab
* Yet another edge case YAEC
* Reverting github oauth to legacy
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Not using token
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Nit.
* Adding warning in docs
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* add warning to generic oauth
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Be more precise
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Adding warning to github oauth
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Adding warning to gitlab oauth
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Adding warning to okta oauth
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Add docs about mapping to AzureAD
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Clarify oauth_skip_org_role_update_sync
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Nit.
* Nit on Azure AD
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Reorder docs index
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
* Fix typo
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
Co-authored-by: gamab <gabi.mabs@gmail.com>
2022-09-15 17:35:59 +02:00
Adrian Serrano
1366b87b34
Fix download link in macOS install instructions ( #55133 )
...
The link was pointing to non-existing `7.3.0-381ff45epre` version.
Updated to point to main download page, as with other platforms.
2022-09-13 15:06:01 -07:00
Christopher Moyer
e15c8cf535
Docs: moves reporting docs per customer request ( #54591 )
...
* moves reporting docs per customer request
* corrects relrefs
* adjusts link and menutitle
* corrects typo
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2022-09-08 08:55:57 -05:00
Jo
ef245874da
OAuth: Allow assigning Server Admin ( #54780 )
...
* extract errors to errors file
* implement oauth server admin assignment
* add server admin tests
* deduplicate autoAssignOrgRole
* deduplicate strict setting
* deduplicate strict setting
* add support for generic oauth
* add role attribute strict support for generic oauth
* add support for github/gitlab
* assignGrafanaAdmin option is here to stay
* unify similar errors
* add config option
* add okta server admin mapping
* remove never used Company attribute
* unify generic oauth role extract with other methods
* case insensitive role match as in azure
* add ini settings
* add server admin to devenv
* remove duplicate fields
* add documentation to oauth
* fix titlecase test
* implement doc feedback
2022-09-08 06:11:00 -04:00
Nicholas Wiersma
9e704fec3c
JWT: Add support for assigning org roles ( #54277 )
...
* feat: allow jwt role to be set
* chore: update documentation
* fix: cr suggestions
* fix: lint issues
* respect org auto assign and default org ID
* add server admin to devenv
Co-authored-by: jguer <joao.guerreiro@grafana.com>
2022-09-07 14:00:33 +02:00
Jo
4952b7f22d
Add JWT url auth documentation ( #54040 )
...
* add jwt auth docs
* add appropriate warnings to docs
* remove unimplemented login_token assumptions
* Update conf/sample.ini
2022-09-05 03:46:50 -04:00
Joe Blubaugh
56369457d4
Grafana Backend: Establish a database version support policy. ( #54374 )
...
As stated in the documentation, Grafana will support the versions of our backend database options that are supported by their projects at the time that a Grafana release is issued.
2022-08-31 09:40:35 +08:00
Christopher Moyer
ca3296da34
Docs: refactors and copy edits share dashboard topics ( #53972 )
...
* refactors and copy edits share dashboard topics
* fixes typo
* incorporates feedback
* completes splitting out reporting and playlists
2022-08-25 08:19:28 -05:00
Alex Ratner
fecf4c41ad
Dashboard: Spelling corrections in end-user visible dialogs ( #53340 )
2022-08-09 10:19:30 +02:00
linoman
82d35b7d72
Change LDAP configuration to secure connections ( #53404 )
2022-08-08 17:27:22 +02:00
Yuriy Tseretyan
4090e122f8
Alerting: Remove mention of host name from Alerting HA docs ( #53178 )
2022-08-05 08:41:37 -04:00
Armand Grillet
edbaaf495b
Docs: update Alerting configuration ( #53169 )
2022-08-03 09:52:38 +02:00
Michael Mandrus
d5c80a2411
remove documentation for feature not yet being launched ( #53082 )
2022-08-01 22:02:30 -04:00
Kim Nylander
d0aa688e36
[DOC] Updates to K8s install instructions ( #52772 )
...
* Updates to K8s install
* Update docs/sources/setup-grafana/installation/kubernetes.md
* Apply suggestions from code review
* Update docs/sources/setup-grafana/installation/kubernetes.md
* Update docs/sources/setup-grafana/installation/kubernetes.md
Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com>
* Update docs/sources/setup-grafana/installation/kubernetes.md
Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com>
* Update docs/sources/setup-grafana/installation/kubernetes.md
Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com>
* Apply suggestions from code review from Ursula
Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com>
* Apply suggestions from code review
Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com>
* Update docs/sources/setup-grafana/installation/kubernetes.md
Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com>
* Update docs/sources/setup-grafana/installation/kubernetes.md
Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com>
* Apply Prettier fixes to pass CI
Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com>
Co-authored-by: Garrett Guillotte <garrett.guillotte@grafana.com>
2022-07-28 11:37:07 -07:00
Jo
51e2a1c0a4
Deps: Update SAML libraries ( #52893 )
...
Deps: ensure goxmldsig is pinned
update go.mod
2022-07-28 08:43:30 +02:00
Timur Olzhabayev
976a91cb0a
Fixing the relative url path ( #52774 )
2022-07-27 15:21:56 +02:00
gjed
6968478d94
Docs: updated configuration description for auto_assign_org ( #50180 )
...
* Docs: updated configuration description for auto_assign_org
* Update docs/sources/setup-grafana/configure-grafana/_index.md
* Resolve prettier issues for CI
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Remove trailing space
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
Co-authored-by: Garrett Guillotte <garrett.guillotte@grafana.com>
Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com>
2022-07-26 10:09:40 -07:00
Michael Mandrus
12c495bd74
fix typo, ensure kms key example uuid isn't a potentially real key ( #52750 )
2022-07-25 10:20:58 -07:00
Jo
4a12d0f236
Auditing: Add new options to docs ( #52050 )
...
* Auditing: Add new option docs
* add log all status codes
* change option to verbose
* denote status_codes
* Apply suggestions from code review
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
* add setup-grafana docs
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
2022-07-25 11:15:04 -04:00
matt abrams
667ae91323
Docs: Replace apt-key command with signed-by option ( #44885 )
...
* replace apt-key command with signed-by option
* add gpg command to meet debian best practices
* delete old file
* update filepath
2022-07-22 18:44:20 -05:00
Michael Mandrus
530135c403
Documentation: Create documentation around AWS Secrets Manager plugin ( #52181 )
...
* first draft of secrets manager documentation
* some minor refinements
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/aws-secrets-plugin.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* a few changes from the review
* more changes based on review
* add menuTitle
* final round of changes based on feedback
* final cleanup before new review
* add sample config for clarity
* Apply suggestions from code review
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* add feature to other enterprise page
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2022-07-20 15:02:22 -04:00
Jo
5c4aa4a7ac
OAuth: Allow role mapping from GitHub and GitLab groups ( #52407 )
...
* OAuth: Add extract role support to github
OAuth: correct github errors
Oauth: add github tests
Oauth: Allow mapping via group memberships
Oauth: Add markdown instructions to the new mappers
fix lint
* Apply suggestions from code review
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
Co-authored-by: Vardan Torosyan <vardants@gmail.com>
* Apply suggestions from code review
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
Co-authored-by: Vardan Torosyan <vardants@gmail.com>
2022-07-20 10:32:04 -04:00
Usman Ahmad
a8ddea0d35
Update upgrade-grafana.md ( #52406 )
...
fixed the broken link for the release notes
2022-07-19 14:14:56 -05:00
Joan López de la Franca Beltran
9abe9fa702
Encryption: Expose secrets migrations through HTTP API ( #51707 )
...
* Encryption: Move secrets migrations into secrets.Migrator
* Encryption: Refactor secrets.Service initialization
* Encryption: Add support to run secrets migrations even when EE is disabled
* Encryption: Expose secrets migrations through HTTP API
* Update docs
* Fix docs links
* Some adjustments to makes errors explicit through HTTP response
2022-07-18 08:57:58 +02:00
Christopher Moyer
433bb735de
Docs: refactors configure standard options ( #52278 )
...
* refactors configure standard options
* makes prettier
2022-07-15 17:02:16 -05:00
Christopher Moyer
1834973cc6
Docs: removes old whats new docs ( #52188 )
...
* removes old whats new docs
* adds v7 whats new back in
2022-07-15 16:28:02 -05:00
Dave Henderson
19cf9fa87d
Docs: Correct references to 'lockingMigration' ( #51678 )
...
Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
2022-07-14 15:42:24 -04:00
Jo
c9c4fc604e
LDAP: Improve errors and documentation ( #52111 )
2022-07-12 11:11:09 -04:00
Matthew Jacobson
28dd413c1d
Alerting: Add config disabled_labels to disable reserved labels ( #51832 )
...
* Alerting: Add config disabled_labels to disable reserved labels
[unified_alerting.reserved_labels]
disabled_labels
* Replace IsGrafanaFolderDisabled with more generic IsReservedLabelDisabled
* Simplify SchedulerCfg by including UnifiedAlertingSettings
2022-07-11 12:41:40 -04:00
hannes-256
62b0a8bae6
LDAP: Allow specifying LDAP timeout ( #48870 )
...
* Allow specifying LDAP timeout
* Update docs/sources/auth/ldap.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* LDAP timeout: Add annotations; Make functions "private"
* Setting the default timeout if unspecified
* fix goimports lint issue
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
Co-authored-by: jguer <joao.guerreiro@grafana.com>
2022-07-08 08:52:54 +02:00
Ieva
1768e09cfd
document auth_style option ( #51697 )
2022-07-04 14:22:19 +01:00
Christopher Moyer
d4f94ea48d
fixes broken relrefs ( #51572 )
2022-06-29 15:43:17 -05:00
Simon Deziel
a46daf2300
Drop unused debian packages ( #45173 )
...
* apt-transport-https is no longer needed (apt has builtin HTTPS support)
apt-transport-https is a virtual package since Ubuntu Bionic as apt
natively supports HTTPS repos since then, see:
https://packages.ubuntu.com/bionic/apt-transport-https
Signed-off-by: Simon Deziel <simon@sdeziel.info>
* Stop pulling software-properties-common (unused)
software-properties-common was used for the add-apt-repository
command that is no longer used since commit 26cf3d9c66
Signed-off-by: Simon Deziel <simon@sdeziel.info>
2022-06-29 09:41:08 -04:00
Christopher Moyer
f59a4d51cd
moves custom branding to configuration ( #51522 )
2022-06-28 14:22:35 -05:00
Christopher Moyer
5eb35e1b78
Docs: renames tracing topics, moves to configure docs ( #51519 )
...
* renames tracing topics, moves to configure docs
* changes enable diagnostics file name
2022-06-28 12:13:45 -05:00
Timur Olzhabayev
7c886fb6f9
Frontend Logging: Integrate grafana javascript agent ( #50801 )
...
Add Grafana Javascript Agent integration to Grafana
2022-06-28 03:25:30 -04:00
Jguer
4d2c293575
Docs: Add team sync specifics ( #51254 )
2022-06-22 14:57:06 +00:00
Christopher Moyer
2df04582ce
Docs: fixes setup relrefs ( #51178 )
...
* fixes setup relrefs
* Update docs/sources/setup-grafana/configure-security/configure-authentication/enhanced_ldap.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Update docs/sources/setup-grafana/configure-security/_index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
2022-06-21 10:46:46 -07:00
Garrett Guillotte
845cebdee2
Docs: Refactor administration docs ( #50592 )
...
* Move data source management to administration
* Move RBAC to administration
* Move team management up a docs org level
* Combine and rename admin preferences docs
* Move plugin management to administration
* Combine plugin management docs
* Combine API key docs
* Combine service account docs
* Combine server user management docs
* Move datasource management to administration
* Move enterprise licenses to administration
* Move CLI out of admin, update links to admin
* Merge org user management docs
* Restructure to Torkel's plan
* Fix typo
* Weigh admin topics for navigation
* Weigh administration topics and align to Torkel's plan
* Move server user management from server admin to admin/user management
* Move configure docker image to setup guide
* Move the remaining server admin docs to the root admin directory
* Reweight docker config
2022-06-16 21:09:16 +02:00
Christopher Moyer
da731a38cc
Docs: updates auth alias to fix redirect 404 ( #50892 )
...
* updates auth alias
* Update docs/sources/setup-grafana/configure-security/configure-authentication/_index.md
2022-06-15 12:25:58 -05:00
Jack Baldry
4cc3bc37a0
Use more relevant links to legacy alerting documentation ( #50607 )
...
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2022-06-13 16:14:32 +02:00
Eric Leijonmarck
2abb6a461f
Docs: updated CSRF additional headers ( #50589 )
...
* Docs: updated CSRF additional headers
* Update docs/sources/setup-grafana/configure-security/configure-authentication/saml.md
Co-authored-by: heoelri <heoelri@users.noreply.github.com>
* update to include referer
* Update docs/sources/setup-grafana/configure-security/configure-authentication/saml.md
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
Co-authored-by: heoelri <heoelri@users.noreply.github.com>
2022-06-13 11:13:29 +02:00
brendamuir
7e2870b7bb
Docs: Updates Grafana Alerting upgrade topics ( #50533 )
...
* Updates Grafana Alerting upgrade topics
* Run yarn prettier:write
Co-authored-by: Armand Grillet <armand.grillet@outlook.com>
2022-06-09 20:12:41 +02:00
George Robinson
9d537efb48
Docs: Images in Notifications ( #50425 )
2022-06-09 12:38:20 +02:00
Eric Leijonmarck
52deb821d6
Docs: fix authsaml to security ( #50478 )
...
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
2022-06-09 08:11:12 +00:00