forked from grafana/grafana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'grafana/master' into anno-panel
* grafana/master: (33 commits) API: get list of users with additional auth info (grafana#17305) TimePicker: fixed minor issues with new timepicker (grafana#17756) Explore: Parses and updates TimeSrv in one place in Explore (grafana#17677) @grafana/ui: release (grafana#17754) Password: Remove PasswordStrength (grafana#17750) Devenv:SAML: devenv block with saml test app (grafana#17733) LDAP:Docs: add information on LDAP sync feature and update LDAP sync default (grafana#17689) Graph: Add data links feature (click on graph) (grafana#17267) Explore: Changes LogsContainer from a PureComponent to a Component (grafana#17741) Chore: Remove tether and tether drop dependency in grafana/ui (grafana#17745) noImplicitAny: time region manager etc. (grafana#17729) Panel: Fully escape html in drilldown links (was only sanitized before) (grafana#17731) Alerting: Improve alert rule testing (grafana#16286) Elasticsearch: Visualize logs in Explore (grafana#17605) Grafana-CLI: Wrapper for `grafana-cli` within RPM/DEB packages and config/homepath are now global flags (grafana#17695) Add guidelines for SQL date comparisons (grafana#17732) Docs: clarified usage of go get and go mod (grafana#17637) Project: Issue triage doc improvement (grafana#17709) Improvement: Grafana release process minor improvements (grafana#17661) TimePicker: New time picker dropdown & custom range UI (grafana#16811) ...
- Loading branch information
Showing
220 changed files
with
5,426 additions
and
3,941 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Reporting Security Issues | ||
------------------ | ||
|
||
If you think you have found a security vulnerability, please send a report to [security@grafana.com](mailto:security@grafana.com). This address can be used for all of Grafana Labs's open source and commercial products (including but not limited to Grafana, Grafana Cloud, Grafana Enterprise, and grafana.com). We can accept only vulnerability reports at this address. We would prefer that you encrypt your message to us; please use our PGP key. The key fingerprint is: | ||
|
||
F988 7BEA 027A 049F AE8E 5CAA D125 8932 BE24 C5CA | ||
|
||
The key is available from [pgp.mit.edu](https://pgp.mit.edu/pks/lookup?op=get&search=0xF9887BEA027A049FAE8E5CAAD1258932BE24C5CA) by searching for [grafana](https://pgp.mit.edu/pks/lookup?search=grafana&op=index). | ||
|
||
Grafana Labs will send you a response indicating the next steps in handling your report. After the initial reply to your report, the security team will keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance. | ||
|
||
**Important:** We ask you to not disclose the vulnerability before it have been fixed and announced, unless you have got a response from the Grafana Labs security team that you can do that. | ||
|
||
### Security Announcements | ||
|
||
We maintain a category on the community site called [Security Announcements](https://community.grafana.com/c/security-announcements), | ||
where we will post a summary, remediation, and mitigation details for any patch containing security fixes. You can also subscribe to email updates to this category if you have a grafana.com account and sign on to the community site or track updates via an [RSS feed](https://community.grafana.com/c/security-announcements.rss). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Need help or support? | ||
------------------ | ||
|
||
**Please note:** | ||
- Only submit issues for bug reports, feature requests or enhancements. | ||
- Grafana project uses GitHub mainly for tracking bugs and feature requests. | ||
- Asking a question by opening an issue will directly result in issue being closed. | ||
|
||
If you require help or support then ask a question and/or find existing questions/answers in the [Grafana community site](https://community.grafana.com/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
saml: | ||
container_name: saml | ||
image: kristophjunge/test-saml-idp | ||
environment: | ||
SIMPLESAMLPHP_SP_ENTITY_ID: http://grafana.com | ||
SIMPLESAMLPHP_SP_ASSERTION_CONSUMER_SERVICE: http://localhost/simplesaml/module.php/saml/sp/saml2-acs.php/test-sp | ||
SIMPLESAMLPHP_SP_SINGLE_LOGOUT_SERVICE: http://localhost/simplesaml/module.php/saml/sp/saml2-logout.php/test-sp | ||
SIMPLESAMLPHP_ADMIN_PASSWORD: grafana | ||
SIMPLESAMLPHP_SECRET_SALT: salt | ||
ports: | ||
- "8080:8080" | ||
- "8443:8443" | ||
volumes: | ||
- ./docker/blocks/saml/users.php:/var/www/simplesamlphp/config/authsources.php | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Notes on Saml Docker Block | ||
|
||
Uses https://github.com/kristophjunge/docker-test-saml-idp as a docker container for saml example. | ||
|
||
## Use | ||
|
||
See docker container docs on how to use this service - https://github.com/kristophjunge/docker-test-saml-idp#test-the-identity-provider-idp | ||
|
||
## Groups & Users | ||
|
||
admins | ||
saml-admin (saml-admin@grafana.com) | ||
editors | ||
saml-editor (saml-editor@grafana.com) | ||
no groups | ||
saml-viewer (saml-viewer@grafana.com) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?php | ||
$config = array( | ||
'admin' => array( | ||
'core:AdminPassword', | ||
), | ||
'grafana-userpass' => array( | ||
'exampleauth:UserPass', | ||
'saml-admin:grafana' => array( | ||
'groups' => array('admins'), | ||
'email' => 'saml-admin@grafana.com', | ||
), | ||
'saml-editor:grafana' => array( | ||
'groups' => array('editors'), | ||
'email' => 'saml-editor@grafana.com', | ||
), | ||
'saml-viewer:grafana' => array( | ||
'groups' => array(), | ||
'email' => 'saml-viewer@grafana.com', | ||
), | ||
), | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.