mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 12:02:30 +08:00
9 lines
201 B
Go
9 lines
201 B
Go
package decrypt
|
|
|
|
import "github.com/grafana/grafana/pkg/registry/apis/secret/contracts"
|
|
|
|
// TEMPORARY
|
|
func ProvideDecryptAllowList() contracts.DecryptAllowList {
|
|
return make(map[string]struct{}, 0)
|
|
}
|