mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Team LBAC: Able to configure default rule (#77946)
Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com>
This commit is contained in:
parent
6b4337a842
commit
944593c4d5
@ -78,6 +78,8 @@ type TeamHTTPHeader struct {
|
|||||||
Value string `json:"value"`
|
Value string `json:"value"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const DefaultTeamHTTPHeader = "default"
|
||||||
|
|
||||||
func (ds DataSource) TeamHTTPHeaders() (TeamHTTPHeaders, error) {
|
func (ds DataSource) TeamHTTPHeaders() (TeamHTTPHeaders, error) {
|
||||||
return GetTeamHTTPHeaders(ds.JsonData)
|
return GetTeamHTTPHeaders(ds.JsonData)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user