add aws config (#31464)

This commit is contained in:
Erik Sundell
2021-02-25 09:56:42 +01:00
committed by GitHub
parent 0e43d96b13
commit df3d84f161
+2
View File
@@ -70,6 +70,8 @@ export class GrafanaBootConfig implements GrafanaConfig {
marketplaceUrl?: string;
expressionsEnabled = false;
customTheme?: any;
awsAllowedAuthProviders: string[] = [];
awsAssumeRoleEnabled = false;
constructor(options: GrafanaBootConfig) {
this.theme = options.bootData.user.lightTheme ? getTheme(GrafanaThemeType.Light) : getTheme(GrafanaThemeType.Dark);