File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1818 " hmac" ,
1919 " grabpl" ,
2020 " spellcheck" ,
21+ " amazonprometheus" ,
2122 " zizmor"
2223 ]
2324}
Original file line number Diff line number Diff line change @@ -14,7 +14,11 @@ import { assumeRoleInstructionsStyle } from './ConnectionConfig.styles';
1414import { ConfigSection , ConfigSubSection } from '@grafana/plugin-ui' ;
1515
1616export const DEFAULT_LABEL_WIDTH = 28 ;
17- const DS_TYPES_THAT_SUPPORT_TEMP_CREDS = [ 'cloudwatch' , 'grafana-athena-datasource' ] ;
17+ const DS_TYPES_THAT_SUPPORT_TEMP_CREDS = [
18+ 'cloudwatch' ,
19+ 'grafana-athena-datasource' ,
20+ 'grafana-amazonprometheus-datasource' ,
21+ ] ;
1822const toOption = ( value : string ) => ( { value, label : value } ) ;
1923const isAwsAuthType = ( value : any ) : value is AwsAuthType => {
2024 return typeof value === 'string' && awsAuthProviderOptions . some ( ( opt ) => opt . value === value ) ;
You can’t perform that action at this time.
0 commit comments