add aws config (#31464)
This commit is contained in:
@@ -70,6 +70,8 @@ export class GrafanaBootConfig implements GrafanaConfig {
|
|||||||
marketplaceUrl?: string;
|
marketplaceUrl?: string;
|
||||||
expressionsEnabled = false;
|
expressionsEnabled = false;
|
||||||
customTheme?: any;
|
customTheme?: any;
|
||||||
|
awsAllowedAuthProviders: string[] = [];
|
||||||
|
awsAssumeRoleEnabled = false;
|
||||||
|
|
||||||
constructor(options: GrafanaBootConfig) {
|
constructor(options: GrafanaBootConfig) {
|
||||||
this.theme = options.bootData.user.lightTheme ? getTheme(GrafanaThemeType.Light) : getTheme(GrafanaThemeType.Dark);
|
this.theme = options.bootData.user.lightTheme ? getTheme(GrafanaThemeType.Light) : getTheme(GrafanaThemeType.Dark);
|
||||||
|
|||||||
Reference in New Issue
Block a user