mirror of
https://github.com/grafana/grafana.git
synced 2026-08-04 18:43:10 -05:00
add aws config (#31464)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user